A UI based local password manager, built on top of Customtkinter.
Key Features • How To Use • Credits • License
- GUI - use and navigate easly
- Start the app and you are ready to go
- Simple and reactive UI
- Every action changes the interface
- Some custom feature, like password hiding when digiting
- Manage your passwords easily
- There are many action you can perform
- Curated design
- Implemented the NORD palette
- Nice design principle
- Remember one passwords, access all
- Hyper secure storage method
- Each password is encrypted based on your master password, the only one you have to remember!
- Cross platform
- Windows, macOS and Linux ready.
To clone and run this application, you'll need Git and Python (which comes with pip) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/saccofrancesco/lock.git
# Go into the repository
$ cd lock
# Install dependencies
$ pip install -r requirements.txt
# Run the app
$ python main.py
Lock is an emailware. Meaning, if you liked using this app or it has helped you in any way, I'd like you send me an email at francescosacco.github@gmail.com about anything you'd want to say about this software. I'd really appreciate it!
This software uses the following open source packages:
- supremebot built on top of Streamlit;
- crosswords built on top of Streamlit and Tesseract.
Attribution - NonCommercial - ShareAlike 4.0 International
GitHub @saccofrancesco