Skip to content

staticshreyas/Python_Project-File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File_Manager

This application is intended to manage local files.

The program was written using the libraries tkinter, os and shutil . We have created 2 classes named Interface and Manager. Interface brings together everything that concerns Graphical User Interface. It contains buttons that perform tasks such as: adding a new folder and file, changing their name, deleting, copying, as well as cutting and pasting. The manager is responsible for moving between directories and performing all functions that he receives from Interface. The App file creates instances of the above classes and runs the entire program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages