Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 932 Bytes

File metadata and controls

46 lines (33 loc) · 932 Bytes

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