Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pythontkinter.py
Original file line number Diff line number Diff line change
@@ -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')
Expand Down