Skip to content

zi003/CSE323_FileExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Explorer and Monitor

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.


Features

  • 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

OS Concepts Used

  • File system and directory traversal
  • File permissions and metadata
  • Process management
  • CPU and memory allocation
  • Basic access control and authentication

Technologies

  • Python 3
  • Tkinter
  • os, time, stat
  • psutil
  • hashlib, base64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages