A simple file manager made in Python and Tkinter.
This project is a work in progress.
- View, Open files and directories
- Copy and Paste files and directories
- Create, Delete and Rename files and directories
- Search for files and directories in current directory
- Sort columns by name, date modified, type and size (by clicking on the appropriate column)
- Check System metrics (Drives, CPU, Memory, Network, Processes) using psutil
- Keybinds (see Help menu)
- Themes using ttkbootstrap
- Compatible with Windows and Linux (maybe, tested using WSL2)
Icons provided by:
icons8.com
- Python 3.8+
- ttkbootsrap (version used 1.10.1)
- psutil (version used 5.9.5)
pip install ttkbootstrap
pip install psutil
- Execute
main.py
Tested on Windows 11.
- Further tests and fixes on Linux
- Add move file function
- Add editable path
- Code improvements and refactoring