{"id":25486601,"url":"https://github.com/leo-hart/expense-tracker-cli","last_synced_at":"2026-05-16T11:04:59.078Z","repository":{"id":277421030,"uuid":"931800498","full_name":"leo-hart/expense-tracker-cli","owner":"leo-hart","description":"A command-line application to manage personal finances with ease.","archived":false,"fork":false,"pushed_at":"2025-02-13T20:26:05.000Z","size":12572,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T21:27:08.414Z","etag":null,"topics":["argparse","argparser","cli","json","pathlib","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leo-hart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T21:55:18.000Z","updated_at":"2025-02-13T20:26:09.000Z","dependencies_parsed_at":"2025-02-13T21:37:24.401Z","dependency_job_id":null,"html_url":"https://github.com/leo-hart/expense-tracker-cli","commit_stats":null,"previous_names":["leo-hart/expense-tracker-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-hart%2Fexpense-tracker-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-hart%2Fexpense-tracker-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-hart%2Fexpense-tracker-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-hart%2Fexpense-tracker-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leo-hart","download_url":"https://codeload.github.com/leo-hart/expense-tracker-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argparse","argparser","cli","json","pathlib","python"],"created_at":"2025-02-18T19:21:16.708Z","updated_at":"2025-10-25T13:02:07.746Z","avatar_url":"https://github.com/leo-hart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expense Tracker\n\nA command-line application to manage personal finances with ease.\n\nThe Expense Tracker is a powerful yet simple command-line tool designed to help you manage your expenses efficiently. Whether you're tracking daily spending, monitoring monthly budgets, or exporting financial data for analysis, this application has you covered. \n\n## Features\n- Add Expenses: Quickly log expenses with a description and amount.\n- Delete Expenses: Remove unwanted or incorrect entries.\n- Update Expenses: Modify existing expense details.\n- List Expenses: View all expenses in a clean, tabular format.\n- Expense Summary: Get a total summary of expenses or filter by month.\n- Export to CSV: Export your expense data to a CSV file for further analysis or sharing.\n- Cross-Platform: Works seamlessly on Windows, macOS, and Linux.\n\n## Installation\n1. Installation:\n    ```bash\n    git clone https://github.com/your-username/expense-tracker-cli.git\n    cd expense-tracker-cli\n    python -m venv venv\n\n    # On macOS\n    source venv/bin/activate  \n    # On Windows: \n    .\\venv\\Scripts\\Activate\n\n    pip install -e .\n\n## How To Use\n1. Add\n    ```bash\n    # Users can add an expense with a description and amount.\n    tracker add --description \"Lunch\" --amount 16\n![Image](https://github.com/user-attachments/assets/a907f993-a737-49f5-ba5e-adf6d98f399b)\n\n2. List\n    ```bash\n    # List all the expenses\n    tracker list\n![Image](https://github.com/user-attachments/assets/5465294d-0735-4564-87a4-a49320aee1d1)\n\n3. Delete\n    ```bash\n    # Users can delete an expense based on its id.\n    tracker delete --id 4\n![Image](https://github.com/user-attachments/assets/f569d3ff-677e-4616-bd4a-74e337bb1d64)\n\n4. Update\n    ```bash\n    # Users can update an expense.\n    tracker update --id 4 --amount 32\n![Image](https://github.com/user-attachments/assets/aa94e9d9-68e3-4fe4-9bb1-dcfefe534d5f)\n\n5. Summary\n    ```bash\n    # Users can view a sum of all expenses.\n    tracker summary\n\n    # Users can view a sum of expenses for a specific month.\n    tracker summary --month 1    \n![Image](https://github.com/user-attachments/assets/108de844-ec2b-49be-8343-00085b474f58)\n\n6. Export\n    ```bash\n    # Users can export expenses to a CSV file.\n    tracker export --output expenses.csv\n![Image](https://github.com/user-attachments/assets/0967a2fc-2bf5-470d-a312-221b63d18cac)\n\n## Technologies Used\n-    Python: The core programming language used for development.\n-    argparse: For parsing command-line arguments and creating a user-friendly CLI.\n-    pathlib: For handling file paths in a cross-platform manner.\n-    JSON: For storing and managing expense data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo-hart%2Fexpense-tracker-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleo-hart%2Fexpense-tracker-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo-hart%2Fexpense-tracker-cli/lists"}