Skip to content

Tar-X Archiver is a command-line tool to create non-compressed .tar archives using the standard (POSIX) tar command.

License

Notifications You must be signed in to change notification settings

ZORO2045/Tar-X-Archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tar-X Archiver 🚀

banner

Python

Repository Views Views

Description 📝

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.

Features ✨

  • 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.

Requirements ⚙️

  • Python 3.6 or higher.
  • Python Libraries:
    • requests
    • art
    • colorama
  • Git (for automatic updates).
  • tar command (usually present by default on Unix-like systems).

Installation 🛠️

  1. Clone the repository:
    git clone https://github.com/ZORO2045/Tar-X-Archiver.git
  2. Navigate to the tool's directory:
    cd Tar-X-Archiver
  3. Install the required libraries:
    pip install -r requirements.txt

Usage 💻

  1. Run the tool:
    python main.py
  2. 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.

Created By ✍️

This project was created by: ፚ Ꭷ Ꮢ Ꭷ ❥.

About

Tar-X Archiver is a command-line tool to create non-compressed .tar archives using the standard (POSIX) tar command.

Topics

Resources

License

Stars

Watchers

Forks

Languages