Automatically extract compressed folders in your downloads folder so you don't have to!
AutoExtract, or AE for short, is a small project designed to perform a big task, its job is to manage the contents of your downloads directory, and automatically extract any compressed folders that may end up there.
AutoExtract has been designed to support the most common compressed folder types, including: .zip
, .7z
, .tar
, .gztar
, .bztar
and .xtar
.
- Passive directory management - Instead of checking the contents of your downloads folder over an interval, AutoExtract listens for file events and will automatically run when needed, saving resources.
- Multiple compressed file types - Allowing for the extraction of a whole range of file formats.
- Easy to install and manage - AutoExtract is just one small file, meaning you can put it wherever you want.
- Reversible - Once a file has been extracted, the compressed file is sent to the recycle bin, not detected forever.
- Automatic downloads folder detection - Like organizing your folders? Well don't worry, this program will automatically detect where your downloads folder is.
- Multi-platform support - This program works on Windows and Linux (and probably other operating systems too)
- Fast extraction - AutoExtract is faster than Window's default extraction utility, and even beats 7-Zip in some tasks.
- Head over the the releases section and grab the latest release.
- Download the executable file.
- Run the executable file to begin!
Optionally, you can hit Win + R
and type shell:startup
to place a shortcut to the executable there, then the program runs at startup.
- Head over to the releases section and download the source code.
- Make sure to download and install Python.
- Run
pip install -r requirements.txt
from a terminal inside the downloaded folder to download requirements. - Run the Python file!