Skip to content

Instantly share code, notes, and snippets.

View physicsCat1983's full-sized avatar

physicsCat1983

View GitHub Profile
@physicsCat1983
physicsCat1983 / restaurant_menu.py
Created August 11, 2017 21:58
Restaurant Menu
# -----------------------------------------------------------------------------------
# Course: COSC-1436 - Python
# Student: physicsCat1983
# Assignment: Project - Restaurant Menu
# -----------------------------------------------------------------------------------
import tkinter # Need to import tkinter for making a GUI
import tkinter.messagebox # Needed for the tkinter messagebox
import time # Needed to display current time and date