SYMBOL INDEX (70 symbols across 10 files) FILE: bomberland-bot.py function main (line 43) | def main(): FILE: debug.py class Debug (line 6) | class Debug: method __init__ (line 7) | def __init__(self, filename): method console (line 18) | def console(self, msg, level, destino, type): FILE: modules/bombScreen.py class BombScreenEnum (line 11) | class BombScreenEnum(Enum): class BombScreen (line 21) | class BombScreen: method wait_for_screen (line 22) | def wait_for_screen( method wait_for_leave_screen (line 40) | def wait_for_leave_screen( method get_current_screen (line 55) | def get_current_screen(time_beteween: float = 0.5, timeout: float = 20): method go_to_home (line 78) | def go_to_home(manager, current_screen = None): method go_to_heroes (line 95) | def go_to_heroes(manager, current_screen = None): method go_to_treasure_hunt (line 115) | def go_to_treasure_hunt(manager): method go_to_chest (line 123) | def go_to_chest(manager): method do_print_chest (line 131) | def do_print_chest(manager): class Login (line 151) | class Login: method do_login (line 152) | def do_login(manager): class Hero (line 199) | class Hero: method who_needs_work (line 200) | def who_needs_work(manager, num_acc): method refresh_hunt (line 264) | def refresh_hunt(manager): method go_farming (line 270) | def go_farming(manager): method do_check_error (line 280) | def do_check_error(manager): FILE: modules/config.py class Config (line 4) | class Config: method load_config (line 8) | def load_config(config_file): method get (line 12) | def get(*args): FILE: modules/imageBomb.py class ImageBomb (line 10) | class ImageBomb: method load_targets (line 16) | def load_targets(): method screen (line 26) | def screen(): method get_monitor_with_target (line 34) | def get_monitor_with_target(target): method get_compare_result (line 47) | def get_compare_result(img1, img2): method position_inside_position (line 51) | def position_inside_position(position_in, position_out): method print_full_screen (line 63) | def print_full_screen(image_name: str, target): method print_partial_screen (line 70) | def print_partial_screen(image_name: str, target: str): method get_target_positions (line 77) | def get_target_positions(target:str, screen_image = None, threshold:fl... method get_one_target_position (line 103) | def get_one_target_position(target:str, threshold:float=0.8): method get_max_result_between (line 122) | def get_max_result_between(targets:list, y_limits=None, x_limits=None,... method filter_by_green_bar (line 140) | def filter_by_green_bar(item): FILE: modules/managerBomb.py function create_bombcrypto_managers (line 10) | def create_bombcrypto_managers(): class BombcryptoManager (line 13) | class BombcryptoManager: method __init__ (line 14) | def __init__(self, window) -> None: method __enter__ (line 22) | def __enter__(self): method __exit__ (line 27) | def __exit__(self, type, value, tb): method do_what_needs_to_be_done (line 30) | def do_what_needs_to_be_done(self, current_screen, num_acc): method set_refresh_timer (line 55) | def set_refresh_timer(self, propertie_name): FILE: modules/mouseBomb.py function click_on_multiple_targets (line 7) | def click_on_multiple_targets(target: str, not_click:str= None, filter_f... function click_one_target (line 22) | def click_one_target(target: str): function click_randomly_in_position (line 36) | def click_randomly_in_position(x, y, w, h): function click_when_target_appears (line 43) | def click_when_target_appears(target: str, time_beteween: float = 0.5, t... function randomize_values (line 47) | def randomize_values(x, w, y, h): function move_to (line 55) | def move_to(target:str): function scroll_and_click_on_targets (line 67) | def scroll_and_click_on_targets(safe_scroll_target: str, repeat: int, di... FILE: modules/platform.py class PlatformEnum (line 4) | class PlatformEnum(Enum): class Platform (line 8) | class Platform: method get_platform (line 9) | def get_platform(self): FILE: modules/utils.py function date_formatted (line 5) | def date_formatted(format="%Y-%m-%d %H:%M:%S"): function replace (line 8) | def replace(string, strReplace): function randomness_number (line 13) | def randomness_number(n, randomn_factor_size=None): function randomize (line 26) | def randomize(loc: float, width: float, safe_factor=0): function randomize_int (line 34) | def randomize_int(loc: float, width: float, safe_factor=0): function refresh_page (line 37) | def refresh_page(delay:int = 5): function do_with_timeout (line 46) | def do_with_timeout(function, args = [], kwargs = {}, time_beteween: flo... function now (line 56) | def now(): FILE: modules/window.py function get_windows (line 4) | def get_windows(type): function _get_linux_windows (line 11) | def _get_linux_windows(type): function _get_windows (line 24) | def _get_windows(type): class LinuxWindow (line 29) | class LinuxWindow: method __init__ (line 30) | def __init__(self, window_id) -> None: method activate (line 32) | def activate(self): class DefaultWindow (line 35) | class DefaultWindow: method __init__ (line 36) | def __init__(self, window) -> None: method activate (line 38) | def activate(self):