Skip to content

A simple password keeper for Mac OS X written in Python Tkinter

Notifications You must be signed in to change notification settings

Ragzputin/password_keeper

Repository files navigation

**Tasks completed for this tool:**
1. Created a full-fledged GUI to take in passwords and the names of websites to which these passwords are associated with.
2. Passwords/Websites go into a dictionary as key/value pairs in order to retrieve at a later point in time.

**Tasks TODO:**
1. Encryption - need to create an encryption of the data so that the passwords don't get stolen by someone else
2. Create a PIN feature to enter the application (oh the irony!)
3. Refactor the code - need to make things simpler.
4. Tidy up the GUI


+++++++++++++
+DISCLAIMER:
+++++++++++++
THIS PROGRAM AS YET DOES NOT HAVE ANY PROTECTIVE CAPABILITIES (E.G. WITH THE HELP OF A USERNAME/PASSWORD). THIS WILL BE ADDED IN THE NEXT UPDATED VERSION. SO PLEASE USE AT YOUR OWN RISK.

======================================================================================
To access the Password Keeper application, you must do the following:
======================================================================================

1. Download the files from Github into your directory

2. Open Terminal Application on your Mac

3. Type in: cd /Go/to/your/directory

4. Once in the folder, type in: ./dist/gui_python.app/Contents/MacOS/gui_python

5. The above command should start the application

6. Enjoy!

About

A simple password keeper for Mac OS X written in Python Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages