Skip to content

saccofrancesco/lock

Repository files navigation

Lock

Lock

A UI based local password manager, built on top of Customtkinter.

Contributors Forks Stars

Key FeaturesHow To UseCreditsLicense

Key Features

  • 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
  • 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.

How To Use

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

Emailware

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!

Credits

This software uses the following open source packages:

You may also like...

License

Attribution - NonCommercial - ShareAlike 4.0 International


GitHub @saccofrancesco