if you use poetry
poetry shell
poetry install --no-dev
if you use pip
pip install -r requirements.txt
if you use poetry
poetry shell
poetry install
if you use pip
pip install -r dev-requirements.txt
cd sgv
python main.py
Name = Admin
Pass Word = 0000
If you want use other database, you can press Ctrl+l
to alter the configuration of database.
The file mysql.sql contain the struct that database must have.
cd tests
python main.py
cd scripts
python build.py
cd scripts
python cript.py e 'word to encrypt'
python cript.py d 'word to decrypt'