https://github.com/inexpli/magic-tiles-bot
Simple piano tiles autoclicker
https://github.com/inexpli/magic-tiles-bot
python selenium win32api
Last synced: 2 months ago
JSON representation
Simple piano tiles autoclicker
- Host: GitHub
- URL: https://github.com/inexpli/magic-tiles-bot
- Owner: Inexpli
- Created: 2021-02-07T00:43:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:51:39.000Z (almost 2 years ago)
- Last Synced: 2024-09-14T07:42:37.942Z (almost 2 years ago)
- Topics: python, selenium, win32api
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Tiles bot
This bot requires modules like:
- Selenium
- Time
- Keyboard
- Pyautogui
- Win32api
- Win32con
Configure Selenium before u run the code. To do it, download the chromedriver from https://chromedriver.chromium.org/ and point the path to the directory of this file.
For example: PATH = 'C:\Program Files (x86)\chromedriver.exe'