Skip to content

gmohmad/CashFlowCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CashFlowCli

App description

  • Type annotations, docstrings
  • A json file for db
  • Repository design pattern
  • OOP
  • pydantic for data validation/type hinting
  • 8 possible options, from viewing current balance to filtering transactions
  • full cli experience

(no tests yet, might add them in the future(using pytest) if i have time)

Python version >= 3.10


Project startup

1. Clone the repo

git clone https://github.com/gmohmad/CashFlowCli.git

2. Create a virtual environment and activate it

python3 -m venv venv
source venv/bin/activate # venv/Scripts/activate on Windows

3. Install the dependencies

pip install -r requirements.txt

4. Run the app

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages