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_Organizer
Create a virtual environment (only if you want)
python -m venv venv
venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Run the application:
python main.py
pyinstaller --noconfirm --onefile --windowed --icon=icon2.ico main.py