Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 764 Bytes

Password-Manager

This is a Simple GUI Password Manager created with Python and Sqlite3.

How to Use?

Clone the repository by running the following Command

git clone https://github.com/abhinnvyas/Password-Manager.git

  • You need to have Python installed in your system. If you dont have it already then download the latest stable realase from https://www.python.org/

Run the script by writing the command in your terminal.

python main.py

Pro tip

You can generate an exe by running the following command in your terminal

python setup.py build

and the file should be in the build folder, which will get added to your current directory

Also if you want to generate a setup file for windows you can run

python setup.py build_msi