Skip to content

Simple password generator / manager that doesn't store passwords. Crossplatform and open-source!

License

Notifications You must be signed in to change notification settings

IT-Continue/simple-password-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-password-cli

image

Simple password generator / manager that doesn't store passwords. Crossplatform and open-source!

Project setup

Linux/MacOS (Unix)

Create virtual environment and activate it

python3 -m venv venv
source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run the script

python3 src/main.py

Windows

Create virtual environment and activate it

python3 -m venv venv
.\venv\Scripts\activate.bat

Install dependencies

pip3 install -r requirements.txt

Run the script

python3 .\src\main.py