A basic file manager application built using Python and Tkinter.
- Open and browse folders
- List files
- Open files
- Delete files
- Create new files
- Python
- Tkinter
- OS module
- Ensure Python is installed
- Open terminal in project folder
- Run: python main.py
- main.py → Entry point
- ui.py → GUI logic
- file_operations.py → File system operations
- utils.py → Helper utilities