Skip to content

Simple python project which emulates a billing software

Notifications You must be signed in to change notification settings

dsptanmay/Case_Study_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Simple python project which emulates a billing software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages