Skip to content

A file explorer using Tkinter for GUI and extensive usage of OS module.

Notifications You must be signed in to change notification settings

srinidhicr/File-Quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

File Explorer

OVERVIEW:

Created a file explorer in python, using tkinter for the user interface. In this project, you can perform basic operations like

  1. Creating a new file
  2. Renaming a file
  3. Listing the contents of the directory
  4. Navigating to different directories
  5. Deleting a file
  6. Sorting files based on size

It is basically a simulation of file explorer in python as in windows and linux systems.

Modules Used

  • tkinter
  • PIL
  • pathlib
  • send2trash

About

A file explorer using Tkinter for GUI and extensive usage of OS module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages