/Case_Study_2

Simple python project which emulates a billing software

Primary LanguagePython

Sales Project System

A Simple Project which emulates a sales System.

It has two versions:

  1. The version which uses the csv module.
  2. The version which uses the pickle module.

Setup

run 'pip install -r requirements.txt' or setup.py

Modules used

  • CSV
  • Questionary
  • Tabulate
  • Pickle

Usage

  • Simply run either pickle_ver.py or csv_ver.py
  • Enter data as required
  • See the magic happen!