A password manager created in Python. The purpose of the app is to store/generate passwords whenever the user joins a new website. It takes the website url, login email & login password as input fields and is then stored in a json file. It also allows the user to retrieve stored information using the website as the search key and generate a random password that is stored in the copy feature ready to paste into the website.
The file is written in standard Python that uses four modules:
- tkinter
- random
- json
- pyperclip
Three of these modules should be included with the standard Python libraries, the pyperclip module will need to be installed. The information for this module can be found here. The main file controls the screen and functions of the app. There is also an image for the the app and a json file to store all the details.
If you wish to contribute to any of my files, you are more than welcome to as long as you keep in mind the following:
- Provide a description of any minor changes before commiting.
- If you are making major changes please branch the project.
- Provide a name/handle so you can be aknowledged for your work.
- You do not require my permission to proceed with any changes.
- As this is Unlicensed the project may be copied to another repository for any reason at any time and used how they see fit.
This project falls under The Unlicense allowing for the use of this project for any purpose. For more information on this type of license please see the LICENSE.md
Please feel free to contact me here: