https://github.com/lordubuntu/cash-man
A personal financial expenses tracker written in Python 3.
https://github.com/lordubuntu/cash-man
Last synced: about 1 year ago
JSON representation
A personal financial expenses tracker written in Python 3.
- Host: GitHub
- URL: https://github.com/lordubuntu/cash-man
- Owner: LordUbuntu
- Created: 2023-04-23T23:20:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T21:02:47.000Z (over 2 years ago)
- Last Synced: 2025-02-08T02:16:35.855Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cash Man
Cashman is a personal expenses tracker for fun and profit.
## Info
Cashman uses rich and click to provide a straight-forward eye-candy cli experience for users. Expenses are tracked using CSV files to ensure maximum portability and interoperability for any personal financial workflow.
For usage info, run `cashman --help`
## Notes
May switch to Poetry for packaging in the future...