-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
🎯 Issue Description
Create a graphical user interface version of the file organizer for users who prefer clicking over typing!
🚀 What You'll Learn
- GUI programming with tkinter
- Event handling
- File dialogs
- Threading for long operations
📋 Tasks
- Create new file
gui_organizer.py - Design main window with folder selection
- Add dry-run preview
- Add progress bar in GUI
- Add configuration editor
- Handle errors gracefully
🛠️ Files to Modify
gui_organizer.pyREADME.md(update with GUI instructions)
💡 Hints
- Use tkinter (built into Python)
- Use
tkinter.filedialogfor folder selection - Use threading to prevent GUI freezing
🧪 Testing
python gui_organizer.py📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed