Skip to content

MoWafy001/money_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money CLI

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.

Installation

Clone the repository

git clone https://github.com/MoWafy001/money_cli.git

# Then cd into the directory
cd money_cli

Create a virtual environment

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.

Install the requirements

pip install -r requirements.txt

Create a .env file

cp .env.example .env

Then edit the file to your liking.

Create a user

python3 create_user.py <username>

Run

./money