Skip to content

A simple Python 3 application using Tkinter GUI Framework to demonstrate the basic CRUD operation on local files.

Notifications You must be signed in to change notification settings

Wizardous/File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Manager

A simple Python 3 application using Tkinter GUI Framework to demonstrate the basic CRUD operation on local files.

Setup

To run this application the list of required dependencies are as follows:

  • Requests (optional) The requests module is required to get the login auth data from the online server. However its optional and can be bypassed in the login api.
  • Passlib Passlib module is used to encrypt the password field in each entry. This is also an experimental feature I added to try data encryption.

GUI

Here are some previews of the GUI implemented.

Login
Window

View
Window Window

Add
Window

Update
Window

Delete
Window

Exit
Window

About

A simple Python 3 application using Tkinter GUI Framework to demonstrate the basic CRUD operation on local files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages