This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
from tkinter import ttk, messagebox, simpledialog, filedialog | |
import sqlite3 | |
from datetime import datetime | |
import pytz | |
from ctypes import windll | |
from tkinter import font as tkFont | |
from PIL import Image, ImageTk | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
from tkinter import ttk, messagebox, simpledialog, filedialog | |
import sqlite3 | |
from datetime import datetime | |
import pytz | |
from ctypes import windll | |
from tkinter import font as tkFont | |
from PIL import Image, ImageTk | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter as tk | |
from tkinter import ttk, messagebox, simpledialog, filedialog | |
import sqlite3 | |
from datetime import datetime | |
import pytz | |
from ctypes import windll | |
from tkinter import font as tkFont | |
from PIL import Image, ImageTk | |
import os |