DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
185 stars 114 forks source link

Python Script for Expense Tracker #191

Closed JuanitaCathy closed 8 months ago

JuanitaCathy commented 8 months ago

A Python script for tracking expenses. This allows users to record and view their expenses. The script uses a CSV file to store the data and the user can add, view and exit from the app.

JuanitaCathy commented 8 months ago

@DhanushNehru Please assign under hacktoberfest, Thank you!

rchandu commented 8 months ago

I'm interested in this. Probably would be something I could make use of too in general.

What does view include here ? Just the ability to view csv contents? Or does it include with filters ?

Can editing of an already existing expense be ignored in this case ? Is it required to host all the content in a singular csv file ? Can it be spread across multiple files per year or month ?