opierre / Budgetter

💲Finance manager desktop application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Budgetter

🧾 Budgetter is a personal finance management software such as Money.

Report Bug · Request Feature



Table of contents

🛠️ Production

Packaging

This software is delivered as a Python package and can be installed with following command line:

$ python -m build

Installation

You can install Budgetter from current directory after cloning project:

$ cd budgetter
$ python -m pip install .

You can also install Budgetter from PyPi:

$ python -m pip install budgetter

Or you can also install Budgetter manually from Releases

🧪 How to Contribute

  • Clone current repo and create a new branch:
$ git checkout https://github.com/opierre/Budgetter -b new_branch_name
  • Make changes and test
  • Submit Pull Request with comprehensive description of changes

📦 Requirements

See requirements.txt and install:

$ python -m pip install -r requirements.txt

About

💲Finance manager desktop application

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:QMake 0.1%