A simple, GUI-based file manager built using Python and Tkinter. This application allows users to navigate directories, view contents, and perform basic file operations like creating, deleting, moving, and copying files or folders.
- π Navigate the file system
- π View contents of the current directory
- β Create new files and folders
- ποΈ Delete selected files or folders
- π€ Move or copy items between directories
- π±οΈ Double-click to open folders
- Label showing the current directory path
- Listbox displaying contents of the current directory
- Buttons for:
- Create File
- Create Folder
- Delete
- Move
- Copy
Make sure you have Python 3.x installed.
- Clone the repository or copy the script:
git clone https://github.com/your-username/tkinter-file-manager.git cd tkinter-file-manager