Skip to content

Track your finance in straight forward way. (insert,track,extract,plot)

Notifications You must be signed in to change notification settings

aakashsyadav1999/personal_finance_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Tracker

This repository contains a personal finance tracking application built with Python. The application helps you manage and track your finances with ease.

Features

  • Track income and expenses
  • Categorize transactions
  • Generate financial reports
  • Visualize spending patterns
  • Export data to CSV

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/personal_finance_tracker.git
    cd personal_finance_tracker
  2. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. 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 income, expenses, and generate reports.

Configuration

You can configure the application settings in the config.py file. This includes setting up database connections, adjusting report parameters, and more.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

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

Contact

For any questions or suggestions, please open an issue or contact me at aakashsyadav1999@gmail.com.

About

Track your finance in straight forward way. (insert,track,extract,plot)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages