diff --git a/pythontkinter.py b/pythontkinter.py index b8793a0..d798341 100644 --- a/pythontkinter.py +++ b/pythontkinter.py @@ -1,7 +1,7 @@ from tkinter import * import os #The functions that the OS module provides allows you to interface with the underlying operating system that Python is running on import glob #The glob module finds all the pathnames matching a specified pattern - +#alfaij HEADING_FONT = ('Comic Sans MS', 40, 'bold') SUBHEADING_FONT = ('Comic Sans MS', 25, 'bold') BUTTON_FONT = ('Ariel', 20, 'italic')