This README would normally document whatever steps are necessary to get your application up and running.
- Quick summary: This is an Item purchasing program including Valid, Menu, Budget Cart classes which handle item registering and purchasing process. It can run in the terminal and can be used in REPL as an imported module.
- Version: 2.0
- How to run tests: Enter py or python main.py in the terminal in the dir where the file is or use the path if needed. To see docs you can type py -m pydoc -b in the terminal where the file is located.
- Writing tests
- Code review
- Repo owner