expenseTracker.mp4
A simple and intuitive expense tracker application built using Python and Tkinter. This application allows you to easily record and manage your daily expenses, helping you keep track of your spending and financial transactions.
-
Expense Recording: Record your daily expenses with ease. Enter the date, name, title, and expense amount for each transaction.
-
Expense Viewing: View and manage your recorded expenses in a clean and organized interface. Easily check your past transactions.
-
Expense Reset: Start fresh at any time by resetting your expenses. This feature clears all recorded expenses when needed.
To run the Expense Tracker, ensure that you have the following installed:
- Python (version 3.6 or higher)
- Tkinter (a Python GUI library)
- SQLite (for the database)
-
Clone the Repository:
git clone https://github.com/raj007-star/expense-tracker.git
-
Install Required Packages:
Install the necessary packages by running the following command:
pip install tkcalendar- Run the Application:
Start the Expense Tracker by running:
python main.pyRecord Expenses: Enter the date, name, title, and expense amount in their respective fields. Click the "Submit" button to record an expense.
View Expenses: Click the "View Expenses" button to see a list of your recorded expenses, organized by date, name, title, and expense amount.
Reset Expenses: To start with a clean slate, click the "Reset Expenses" button. This action clears all recorded expenses.
Expense Tracker
If you'd like to contribute to this project, feel free to open an issue or submit a pull request with your improvements. We welcome any contributions that enhance the functionality or usability of the Expense Tracker.
This project is licensed under the MIT License. You are free to use, modify, and distribute it according to the terms of the license.
This project was created during an internship at CodeonBytes.