Skip to content

C4bbage64/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense-Tracker

A simple expense tracker application to manage and track your expenses.

Features

  • Add new expenses with details like amount, category, and date
  • View a list of all expenses
  • Filter expenses by category or date
  • Generate expense reports

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Expense-Tracker.git
  2. Navigate to the project directory:
    cd Expense-Tracker
  3. Create and activate a virtual environment:
    python -m venv .venv
    .venv\Scripts\activate  # On Windows
    source .venv/bin/activate  # On Unix or MacOS
  4. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python main.py
  2. Follow the on-screen instructions to add, view, and manage your expenses.

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple expense tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages