Skip to content

If you want to make your own spreadsheet app like excel, this is a great template for you to start off with!

Notifications You must be signed in to change notification settings

vismodo/Python-Spreadsheet-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Spreadsheet-Software

If you want to make your own spreadsheet app like excel, this is a great template for you to start off with!

Usage

  1. Click here to clone the repository. Extract all the contents into one folder.

  2. Open 'Spreadsheet App.py' in IDLE

  3. Click on Run -> Run Module and wait for a tkinter window to pop up.

Alternatively, you can also try executing python3 or python followed by your file's location like this, in Terminal or Command Prompt

python3 /Users/Me/Documents/Python3-Spreadsheet-Software-master/Spreadsheet Software.py
  1. From the window, select your dimensions.

drawing

This cannot be changed, so you can use this template and make that feature!

  1. Your spreadheet has opened!

drawing

  1. You can now do all your actions from the dropdown menu!

Troubleshooting

Please create an issue if you found a bug or want to suggest a feature. You can also do so from my website