iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
294 stars 48 forks source link

Installation #114

Closed CarouselV closed 9 months ago

CarouselV commented 10 months ago

Hello, can someone please guide me on how to install it? I downloaded Python and installed it where I wanted it to be then I ran the installer.bat and it downloaded some stuff and that's it, how can I find the launcher and any other files and where are the rest of the bot files on the thread for me to download, I'm new to this sorry.

hubman-star commented 10 months ago

latest version: launcher.bat in root directory; resources in resources folder, scripts in scripts folder source version: main.pyw in root directory; resources in app/resources folder, scripts in app/bot and app/common folders, gui in app/gui folder

CarouselV commented 10 months ago

Ok so after I download Python should I install the latest release? and extract it in the Python folder or I can extract it wherever I want to? Because now when I click on Launcher it says Python not found

iholston commented 10 months ago

If you download the latest release you will have the launcher.bat, if you clone the repo you just need to double click on main.pyw

CarouselV commented 10 months ago

I downloaded the latest release file which is v1.3.2 and extracted it in the Python file and whenever I click on the launcher it says Python not found press any key to continue then it closes the window right after I also installed Python just like the video in the thread

iholston commented 10 months ago

are you sure that you checked the button that says "add to path"?

iholston commented 9 months ago

There is now a .exe that you can simply download and run without python or any dependencies. @CarouselV