Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 448 Bytes

TKINTER APPLICATION FOR VIEWING TABLES LIKE EXCEL

A simple application in Tkinter Python to view data from tables just like viewed in Microsoft Excel.

Start Using the Application

  1. Clone the repository then run the following command.
pip install -r reqirements.txt
  1. Run the main.py file in your command line / terminal
python3 main.py

Many more changes will be added to this overtime with new types of report generation.