Skip to content

Commit

Permalink
Python Tkinter Using Excel Spreadsheets start
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-emarquez committed Oct 2, 2020
1 parent 87cb7e2 commit 39e23f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file not shown.
18 changes: 18 additions & 0 deletions Python Tkinter Using Excel Spreadsheets/usingExcelSpreadsheets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#----------------------------------------------------------#
# Python Tkinter Using Excel Spreadsheets
# Python Tkinter usando hojas de cálculo de Excel

#----------------------------------------------------------#

from tkinter import *
from tkinter import messagebox


root = Tk()

root.title('Python Tkinter Using Excel Spreadsheets')
root.iconbitmap('Python Tkinter Using Excel Spreadsheets/Icons/file.ico')
root.geometry("500x400")


root.mainloop()

0 comments on commit 39e23f0

Please sign in to comment.