Personal Budget Tracker is a minimal yet functional CLI tool to help users manage their income and expenses. It supports categorization, listing, and CSV export. Great for learning Python or organizing your personal finances.
Budse is a simple budgeting tool that implements bucket (or envelope) budgeting. Currently there is a Command Line Interface (CLI) with a Graphical User Interface in progress. The program includes extras such as transaction searching and reports.
Snidget is a python program which tracks your financial information, in particular your expenses and income. The user adds each transaction on their accounts and snidget can provide reports about how much you're spending. Includes both CLI and GUI.