A powerful desktop application that uses AI to intelligently organize your files with a modern, user-friendly interface.
- 🤖 AI-powered file organization suggestions
- 🎨 Modern dark-themed GUI interface
- 📁 Smart file type detection and categorization
- ↩️ Undo functionality for safe file operations
- 🔄 Real-time modification of suggestions
- ⚙️ Persistent settings storage
- 🌐 Support for multiple AI providers
- Download the latest release from the Releases page
- Run the
AI_File_Organizer.exedirectly - no installation needed
- Clone the repository
- Install requirements:
pip install -r requirements.txt
- Run the application:
python gui_organizer.py
- Click the ⚙️ settings button
- Enter your API credentials:
- API Key: Your authentication key
- Endpoint: Your API endpoint URL
- Model Name: Your preferred model
- Settings are automatically saved in your user directory
- Launch the application
- Click "Browse" to select a directory
- Click "Generate Organization Suggestion" to get AI recommendations
- Review the suggested changes in the preview
- Use "Modify Suggestion" to refine the organization
- Click "Apply Changes" to execute the organization
- Windows/Linux/MacOS
- Python 3.6+ (for source)
- OpenAI-compatible API access
- Required packages:
ttkbootstrap requests openai pillow
- Settings are stored in
~/.file_organizer_config.json - All operations can be undone
- Supports any OpenAI-compatible API endpoint
Pull requests are welcome! For major changes, please open an issue first.
