Skip to content

Mobile game automation with Python and adb

Notifications You must be signed in to change notification settings

roger1688/bot_prac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Bot practice

requirements

  • python3.6
  • adb.exe(exist in tool/)
  • now developed on windows 10

script list(game list)

little demo

how-to

test

Test mode is a sequence of movements. They contains basic event about touch screen, drag, keyevent(like home btn).

Movements:
  1. click SORT btn
  2. click MAKE_EQUIP btn
  3. trigger keyevent home btn

You can start test mode

python main.py test

About

Mobile game automation with Python and adb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Batchfile 1.3%