Skip to content

Instantly share code, notes, and snippets.

View orestotel's full-sized avatar
🎯
Learning

Orest Karpiak orestotel

🎯
Learning
View GitHub Profile
import tkinter as tk
from tkinter import ttk
from autocomplete import AutocompleteCombobox
from PIL import Image, ImageTk
import os
import json
# Set up the window
win = tk.Tk()
win.title("Dota 2 Hero Prediction")