This Python-based project helps users manage their Expenditure, Earnings, and Savings. It provides options to enter, update, delete, find, and view financial data. The interface is menu-driven, supporting mouse, keyboard, and touch navigation. A simple, effective tool for managing personal finances and tracking spending, income, and savings.
Modules used
tabulate: For formatting and displaying data in tables.
sql connector: For interacting with a database and managing financial data.
easygui: For creating simple graphical user interfaces (GUI) for user interaction.
webbrowser: For opening web pages in the default browser.
sys: For handling system operations like exiting the program.