Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 250 Bytes

File metadata and controls

4 lines (4 loc) · 250 Bytes

Spreadsheet in python

creating a spreadsheet in a pythonic way from scratch without using pandas . This method implements oops concept in python. Both Pretty Table and text file are used for printing ouput for the spreadsheet functionalities .