Jooi025 / BrawlStarsBot

Brawl stars bot for farming mastery in solo showdown
MIT License
132 stars 18 forks source link

Can´t run hsf_finder.py #29

Closed Backey63 closed 3 months ago

Backey63 commented 3 months ago

I can´t run hsf_finder.py: Traceback (most recent call last): File "C:\Users\korbi\PycharmProjects\Brawlbot\BrawlStarsBot\hsf_finder.py", line 2, in import customtkinter as ctk ModuleNotFoundError: No module named 'customtkinter'

CastioPL commented 3 months ago

Same but I think you dont need it! Just simply change the Brawler name in constants.py: brawler_name = "gus"

save it and run main.py image

then everything is showed on console, you need to just write 1 and ENTER. image

I mean almost every Brawler is in brawler_stats.json expect the newest one's.

Im just a regular user so if this not help, wait for better answer.

Backey63 commented 3 months ago

Ok, thanks for your answer!

Jooi025 commented 3 months ago

Hi,i have updated the UI for hsf finder so you will need update the library run "cd BrawlStarsBot" and "pip install -r requirements.txt" together or "pip install customtkinter" in the terminal should fix the error.