Skip to content

A command line accounting program written in Python.

Notifications You must be signed in to change notification settings

terrychou911019/py-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pymoney

A command line accounting program written in Python.

Description

This program provides several useful functions for accounting.

  • add - add an expense or income record with description and amount
  • view - view the expense and income records
  • delete - delete a specific record
  • view categories - view the categories
  • find - find records belonging to a specific category
  • search - search for records containing specific keywords
  • edit - edit a specific record
  • exit - exit the program and save the records

Getting Started

Dependencies

  • Windows

Installing

git clone https://github.com/terrychou911019/Pymoney.git

Executing Program

  1. Execute pymoney.py in the terminal.

    python pymoney.py
  2. If you execute the program for the first time, you will need to provide the amount of money you have.

  3. Then, you can utilize the functions of this program.

  4. After exiting the program, it will generate a file named "records.txt" containing the accounting records.

About

A command line accounting program written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages