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
from tkinter import * | |
import tkinter.font as tkFont | |
import json | |
import webbrowser | |
import sys | |
from tkinter import font as tkFont | |
from tkinter import messagebox | |
#Written by u/soulcrusher2005 | |
print("Running the script...") |