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
Icons provided by:
icons8.com
- Python 3.8+
- ttkbootsrap (version tested 1.10.1)
- psutil (version tested 5.9.5)
pip install ttkbootstrap
pip install psutil
- Execute
main.py
Tested on Windows 11.
- Will attempt Linux compatability
- Add move file function
- Add editable path
- Code improvements and refactoring