https://github.com/adri6336/pybudget
This is a python script that will determine a budget for your current pay period.
https://github.com/adri6336/pybudget
budget budgeting cash cli command-line financial financial-health geld health investing linux money plan planning python saving terminal windows
Last synced: about 2 months ago
JSON representation
This is a python script that will determine a budget for your current pay period.
- Host: GitHub
- URL: https://github.com/adri6336/pybudget
- Owner: Adri6336
- License: gpl-3.0
- Created: 2022-02-19T21:27:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T21:17:52.000Z (over 3 years ago)
- Last Synced: 2025-04-05T23:32:03.581Z (6 months ago)
- Topics: budget, budgeting, cash, cli, command-line, financial, financial-health, geld, health, investing, linux, money, plan, planning, python, saving, terminal, windows
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pybudget
This is a python script that will determine your budget for your current pay period.
# Using Pybudget
Pybudget is compatible with both Windows and Linux systems.
## Windows
To get pybudget to run on your Windows PC, do the following:
1. Install the lastest version of [Python](https://www.python.org/).
2. Download the pybudget script.
3. Hold Win+R, then enter "powershell" into the box. Press enter.
4. Use the command cd to change folders, ls to see what's in your current folder, and pwd to see your current folder's path.
5. Use the above commands to navigate to the folder that you downloaded the script to.
6. The the command "pip install rich click"
7. Enter the command "python pybudget -p \"
8. Follow the directions on the screen, then re-enter the previous command. You'll need to open the .acct files with Notepad.
9. Enjoy a budget according to your specifications!## Linux Distros (Debian/Ubuntu Based)
You can install the requirements manually by entering the following commands:
1. sudo apt install python3-pip
2. pip3 install rich clickAfter installing the requirements, navigate to the directory where you downloaded the
script to in the terminal and enter the following commands:1. chmod +x pybudget
2. ./pybudget -p \
3. The above command will prompt the script to make two files for you (config and expenses). Fill them as you're told by the bot.
4. Press the up arrow on your keyboard to get the command in the second step, press enter.
5. Enjoy a budget according to your specifications!