Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 542 Bytes

File metadata and controls

27 lines (22 loc) · 542 Bytes

Simple File Manager (Python + Tkinter)

A basic file manager application built using Python and Tkinter.

Features

  • Open and browse folders
  • List files
  • Open files
  • Delete files
  • Create new files

Technologies Used

  • Python
  • Tkinter
  • OS module

How to Run

  1. Ensure Python is installed
  2. Open terminal in project folder
  3. Run: python main.py

Project Structure

  • main.py → Entry point
  • ui.py → GUI logic
  • file_operations.py → File system operations
  • utils.py → Helper utilities