Activity

bujipenguin

I tried to recode and create a new version completely that I named test-bot, this time using only pyautogui instead of PIL. I also created some TODOs, such as multipixel sampling, and making sure it runs faster so that it can sample and press instantly.

Attachment
0
bujipenguin

I started the project with inspiration from a video about image recognition bots.
I chose to code in Python despite not having experience with it, and initially wanted to use the pyautogui library, but then I had a chain of compatability issues that led me to just use Pillow.
The bot is still nonfunctional and I am baffled at how to fix it, but thats a problem for later.
The game is rhythm-plus, though I might change it if I think its too hard at my current skill level.
Things I have finished:

  • setting up the libraries and figuring out where the column
    TODO:
  • making the key presses work, making sure the color detection works
Attachment
0