Windows 10 için otomatik mouse ve klavye tetikleyicisi
Windows 10 için otomatik mouse ve klavye tetikleyicisi, YClicker
Hızlı Bakış
Resimler


Exe Haline Çevirme

Last updated
Was this helpful?
Windows 10 için otomatik mouse ve klavye tetikleyicisi, YClicker



Last updated
Was this helpful?
Was this helpful?
def resource_path(relative_path):
""" Get absolute path to resource, works for dev and for PyInstaller """
try:
# PyInstaller creates a temp folder and stores path in _MEIPASS
base_path = sys._MEIPASS
except Exception:
base_path = os.path.abspath(".")
return os.path.join(base_path, relative_path)
self.window.iconphoto(True, PhotoImage(file = resource_path('images/icon.png')))