/garage-storage-manager

Small tkinte application to handler the stuff in a garage/home

Primary LanguagePython

How to use

Create a config.yml file to configure the postgresql server tha application shall connect to:

'host': 'XXX'
'database': 'XXX'
'user': 'XXX'
'password': 'XXX'

Helpfull commands

python3 -m venv venv
pip3 install psycopg2-binary
venv/bin/pip install psycopg2-binary