https://github.com/wizardous/file-manager
A simple Python 3 application using Tkinter GUI Framework to demonstrate the basic CRUD operation on local files.
https://github.com/wizardous/file-manager
files python3 tkinter
Last synced: about 1 year ago
JSON representation
A simple Python 3 application using Tkinter GUI Framework to demonstrate the basic CRUD operation on local files.
- Host: GitHub
- URL: https://github.com/wizardous/file-manager
- Owner: Wizardous
- Created: 2020-01-08T19:22:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T18:32:29.000Z (almost 6 years ago)
- Last Synced: 2023-12-17T12:34:48.055Z (over 2 years ago)
- Topics: files, python3, tkinter
- Language: Python
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**

**View**


**Add**

**Update**

**Delete**

**Exit**
