Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.51 KB

Finances-Manager

A financial management application made in python with statistics and visual summaries. Uses Pandas, MatPlotLib and the Eel library for a browser GUI.

Records Page

The records page holds transaction records created by the user. You can specify the category of each transaction which allows sorting and grouping of similar transactions to generate a summary.

Page1

Summary Page

The summary page displays a visual summary of your records for the selected month.

  • The two boxes on the left display your total income and spendings for the selected month. They also group transactions into categories.
  • The graph tracks the balance over the course of the month. The pie charts provide a visual summary of the transactions grouped into categories.
  • The statements box contains additional information such as average spending and income, difference in income/spending compared to the previous month and category you've spent the most on.
  • Lastly the balance box on the right shows the current total balance.

Page2

Record Sheet Management

You'll find the options to create, save and load sheets in the side menu. It can be accessed with the menu icon on the top left.

Page3