A Python-based File Explorer and Monitor developed for an Operating Systems course project.
This application allows users to explore directories, perform basic file operations, create password-protected files, and monitor system resource usage through a simple GUI.
- Browse files and directories
- Create, read, edit, append, and delete files
- Create and view password-protected files
- Prevent editing/appending of protected files
- Monitor running processes
- View CPU and memory usage
- Simple graphical interface using Tkinter
- File system and directory traversal
- File permissions and metadata
- Process management
- CPU and memory allocation
- Basic access control and authentication
- Python 3
- Tkinter
os,time,statpsutilhashlib,base64