YasmeenY / Expense-Tracker-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker

Introduction

Users are able to View their earnings and expenses. Add new earnings and expenses. Compare the difference and get warning when their expenses are higher than their earnings. All done through CLI.

Installation and Setup

  1. Clone the repository to your local machine.
  2. Install necessary dependencies with pipenv install && pipenv shell
  3. Cd into the lib folder
  4. Enter "python cli.py" interminal to start cli

Technologies Used

  • Python
  • SQLite for the database
  • beautifultable library for the look of the expense, earnings tables

Visuals

Logging in and selecting an option Screenshot 2023-08-01 084305

Comparing between expenses and earnings Screenshot 2023-08-01 084438

Expenses Menu

Screenshot 2023-08-01 084523

Earnings Menu

Screenshot 2023-08-01 084733

Viewing current user expenses

Screenshot 2023-08-01 084626

Adding an expense and warning about expenses

Screenshot 2023-08-01 085114

About


Languages

Language:Python 100.0%