If you want to make your own spreadsheet app like excel, this is a great template for you to start off with!
-
Click here to clone the repository. Extract all the contents into one folder.
-
Open 'Spreadsheet App.py' in IDLE
-
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
- From the window, select your dimensions.
This cannot be changed, so you can use this template and make that feature!
- Your spreadheet has opened!
- You can now do all your actions from the dropdown menu!
Please create an issue if you found a bug or want to suggest a feature. You can also do so from my website