Skip to content

ckxng/diceware-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diceware-flask

Development

Run the following commands to setup your Python environment.

python -m venv venv
pip install -r requirements.txt
cp default.env .env

Environment File

Set environment variables in .env

FLASK_APP=diceware
FLASK_ENV=development
FLASK_DEBUG=0

Set the Flask environment variables. FLASK_APP is required.

DEFAULT_WORDS=8

Set the number of words to be included in passphrases by default.

DEFAULT_SEPERATOR=-

Set the string to be used to separate words in the passphrase.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published