A command line interface I made to manage money. It's a work in progress, but it's functional. I'm not sure if it's useful to anyone else, but I thought I'd share it anyway.
git clone /~https://github.com/MoWafy001/money_cli.git
# Then cd into the directory
cd money_cli
python3 -m venv env
# Activate the virtual environment
source env/bin/activate
The script (money
) expects the virtual environment to be named env
. If you want to change the name, you'll have to change the script.
pip install -r requirements.txt
cp .env.example .env
Then edit the file to your liking.
python3 create_user.py <username>
./money