Your personal finance companion.
Explore the docs »
View Live
·
Report Bug
·
Request Feature
Table of Contents
Budgetify is an open-source, user-friendly, and intuitive budget-tracking app designed to help you take control of your personal finances. With Budgetify, you can easily add, update, and delete expenses, allowing you to monitor your spending habits and make informed decisions about your financial goals. The app automatically calculates your total expenses and provides a detailed breakdown of your spending by category, giving you valuable insights into where your money is going.
Stay on top of your budget, save more, and achieve your financial goals with Budgetify, your personal finance companion!
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/xlepotato/Budgetify.git
- Install all the required dependencies
pip install -r requirements.txt
- Run the application by executing the following command in the directory where app.py resides in
flask run
The video below demonstrates each of the currently available features in Budgetify.
Budgetify.mp4
For more interactivity with the software, consider trying out the App on your browser
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Harvard University, CS50x 2023
- Flaticon
- Free Stock Music | Upbeat and Inspiring Corporate | WEB by Alex-Productions | Creative Commons Attribution 3.0 Unported License
- Open Broadcaster Software
- PythonAnywhere
- Werkzeug
- SQLAlchemy ORM
- RegEx