Git Product home page Git Product logo

artemkhov / budget-tracker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 581 KB

A desktop application for budget tracking. Allows you to record spending by price and category. The amount of spending by category is conveniently displayed in a graph in the Graph menu.

License: MIT License

Python 100.00%
budget-app budget-manager budget-tracker pandas pie-chart plotly python python3 tkinter tkinter-gui

budget-tracker's Introduction

Budget Tracker

A desktop application for budget tracking. Allows you to record spending by price and category. The amount of spending by category is conveniently displayed in a graph in the Graph menu.

Demo

Start Window

login_window

Home Window

home_window

Graph Window

graph_window

Technologies

Tech Stack:

  • Python
  • Pandas
  • Plotly
  • SQLite3
  • tkinter
  • ttkbootstrap

Features

  • Add records to the table (data is stored in a SQLite3 database)
  • View all records
  • Search for records by Title / Price / Category
  • Delete one record or all records at once
  • In the Graph menu you can see the amount of your expenses by category as a graph (implemented with Pandas and Plotly)
  • Shows the error window when leaving blank fields, incorrect text length, etc.

Run it locally (written for Windows)

  1. Create a directory and clone the repo in it:
   git clone https://github.com/ArtemKhov/Budget-Tracker
  1. Create your virtual environment:
python -m venv env
  1. Activate your virtual environment:
env\Scripts\activate
  1. Install the requirements.txt:
pip install -r requirements.txt

License

Each file included in this repository is licensed under the MIT Licence.

budget-tracker's People

Contributors

artemkhov avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.