Archive Toolbox is a utility for managing archives, allowing you extract and display information about archives.
To install the utility, use pip
:
pip install archive_toolbox
After installation, you can use the utility from the command line with the atb
command.
atb --extract --filename <archive.type>
atb --extract --filename example.zip
atb --extract --filename example.tar
atb --extract --filename example.tar.gz
atb --info --filename example.zip
atb --info --filename example.tar
- Extract archives
- Display information about archive contents
- Python 3.6 or higher
This project is licensed under the MIT License.
- Dementev Maksim - Lead Developer - Github profile