Windows 10 için otomatik mouse ve klavye tetikleyicisi
Windows 10 için otomatik mouse ve klavye tetikleyicisi, YClicker
Son güncelleme
Bu yararlı oldu mu?
Bu yararlı oldu mu?
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')))