This tool simplifies the creation of non-compressed .tar
archives from your files. It's particularly useful when you need to create archives without file compression, making the archiving process very fast. Additionally, this tool can be beneficial for users who flash .tar
files via tools like Odin, as it allows for quick creation of archives without compression, which is especially helpful in reducing the time for flashing operations.
- Non-Compressed .tar Archives: Utilizes the standard
tar
command to create archives quickly and without compression. - Easy-to-Use Command-Line Interface: Provides a clear and straightforward user experience.
- Self-Updating: You can update the tool automatically by using
git clone
to pull the latest changes from the repository.
- Python 3.6 or higher.
- Python Libraries:
requests
art
colorama
- Git (for automatic updates).
tar
command (usually present by default on Unix-like systems).
- Clone the repository:
git clone https://github.com/ZORO2045/Tar-X-Archiver.git
- Navigate to the tool's directory:
cd Tar-X-Archiver
- Install the required libraries:
pip install -r requirements.txt
- Run the tool:
python main.py
- Choose an option:
- 1: Create Archive: The tool will prompt you for the input path and the output path.
- Example Input File:
/storage/emulated/0/Download/boot.img
- Example Output Archive:
/storage/emulated/0/Download/boot.tar
- 2: Check for Updates: The tool will check for updates and clone them if available.
- 3: Exit: To exit the tool.
This project was created by: ፚ Ꭷ Ꮢ Ꭷ ❥.