vladpi / scrooge

Telegram Bot and Web app for personal and family expense tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrooge – expense tracking

Web app for personal and family expense tracking

Project template for BlackSheep web framework to start Web APIs.

Getting started

  1. create a Python virtual environment
  2. install dependencies
  3. run the application

For Linux and Mac

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python dev.py

For Windows

py -3.11 -m venv venv

venv\Scripts\activate

pip install -r requirements.txt

python dev.py

About

Telegram Bot and Web app for personal and family expense tracking


Languages

Language:Python 51.2%Language:Jinja 47.8%Language:Mako 1.0%