DorskFR / LeaguePyBot

A Python computer vision bot for League Of Legends
MIT License
65 stars 19 forks source link

ModuleNotFoundError: No module named 'account_league' #1

Closed DimitrivESP closed 3 years ago

DimitrivESP commented 3 years ago

import account_league ModuleNotFoundError: No module named 'account_league'

Can you help me?

Thanks

DorskFR commented 3 years ago

import account_league ModuleNotFoundError: No module named 'account_league'

Can you help me?

Thanks

Hi, yes you simply need to make a file account_league.py in the same folder and add these two string variables: login password

which are used on line 329 and 332. keyboard_write(account_league.login) keyboard_write(account_league.password)

but that's only if you want it to be typing your login and password.