Command line tool which tells you how much money you can spend per day until your next payday
Project description
Money Per Day 'Til PayDay (mpd-tpd)
Python command-line tool for helping conceptualise how much money is left until payday
pip install mpd-tpd
mpd-tpd --next_payday '2024-07-31' \
--money_remaining '2806.45' \
--fixed_expenses '1269.00' \
--currency_format '£x'
You have 9 days left (excluding today) until payday (Wednesday 2024-07-31).
You have £2,806.45 left to spend and £1,269.00 still to pay in fixed expenses before then.
This means that you have £1,537.45 = (£2,806.45 - £1,269.00) in total to spend until payday.
i.e. you can spend £170.83 per day until you will be paid again.
$ mpd-tpd --help
usage: mpd-tpd [-h] -p NEXT_PAYDAY -m MONEY_REMAINING [-f FIXED_EXPENSES] [-c CURRENCY_FORMAT] [-t]
+-------------------------------------+
| Money Per Day 'Til PayDay (mpd-tpd) |
+-------------------------------------+
Command-line tool for helping conceptualise how much money is left until payday
Examples:
$ mpd-tpd --next_payday '2024-07-24' --money_remaining 100
# if you still intend to spend money today, then include flag '--include_today':
$ mpd-tpd --next_payday '2024-07-24' --money_remaining 99.99 --include_today
# if you have known bills which you want pre-removed before doing the calculation,
# use parameter '--fixed_expenses':
$ mpd-tpd --next_payday '2024-08-01' --money_remaining 80000 --fixed_expenses 25000
# if you want the numbers formatted with a specific currency, specify the format
# using parameter '--currency_format'
$ mpd-tpd --next_payday '2024-07-24' --money_remaining 50 --currency_format '£x'
$ mpd-tpd --next_payday '2024-07-24' --money_remaining 99999 --currency_format 'x GBP'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mpd_tpd-0.1.0.tar.gz
(15.1 kB
view details)
Built Distribution
mpd_tpd-0.1.0-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file mpd_tpd-0.1.0.tar.gz
.
File metadata
- Download URL: mpd_tpd-0.1.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e31b53d35ab04357ead1d3584ead438b6ccf378dc7ade9196bb4ce7cff53516d |
|
MD5 | f62eadb9e537935c0b03de2cbc334e70 |
|
BLAKE2b-256 | 4e5f2ae61b6c46767995c0e8590900c170187c28e30abda47e144ef672b08164 |
Provenance
File details
Details for the file mpd_tpd-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: mpd_tpd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6508f128f9c911193ee2aba35efde6923fb96563b36e4ebac16afad68e753115 |
|
MD5 | 54c3266c21ad3801a80985e911b9c641 |
|
BLAKE2b-256 | 13d49435603dc1c5fe9a393791ff1028fd0722a3acee496e808f775372ce0f77 |