This file contains hidden or 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 hashlib # the api of the game has been fully documented last year! really cool | |
| import requests # you can check it out here: https://github.com/DaniElectra/PouClients/wiki/ | |
| import time | |
| import json | |
| import os | |
| import tkinter | |
| from tkinter import Tk | |
| from tkinter.filedialog import askopenfilename | |
| from tkinter import messagebox |