Skip to content

kulkarnip150/automate-stuffs-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

automate-stuffs-with-python

automate-chrome-dinosaur-game

chrome://dino

run dino_game.py

# for day/night rectangle
for i in range(60, 61):
	for j in range(150, 151):
# for cactus
for x in range(250, 400):
	for y in range(570, 650):
!it only works on 1080p monitors
+you have to change pixel cordinates values in above for loops if you have diffrent resolution displays

automate-2048

https://play2048.co/

run 2048_bot.py

!it only works on 1080p monitors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages