A simple and efficient desktop application to organize your files by extension or type, built with Python and PySide6.
- ποΈ Automatically categorizes files into folders (e.g. Images, Documents, Audio, etc.)
- π Detects files in selected directories
- π― Clean and intuitive GUI built with PySide6 (Qt for Python)
- π¦ Lightweight executable (.exe) ready for Windows
- Python 3.8+
- PySide6 (Qt for Python)
- PyInstaller for packaging
Clone this repository:
git clone https://github.com/Haavertz/File_Organizer.git
cd File_OrganizerCreate a virtual environment (only if you want)
python -m venv venv
venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtRun the application:
python main.pypyinstaller --noconfirm --onefile --windowed --icon=icon2.ico main.py