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
{ | |
"deepl": { | |
"detectors": [ | |
{ | |
"presentMatcher": { | |
"type": "css", | |
"target": { | |
"selector": "#CondensedStrictBanner-header" | |
} | |
} |
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 requests | |
import time | |
import os | |
import pystray | |
from pystray import Icon, MenuItem, Menu | |
from PIL import Image | |
import threading | |
import tkinter as tk | |
from tkinter import messagebox |