R
R
Ru5D1mG4me2020-09-18 10:50:41
Python
Ru5D1mG4me, 2020-09-18 10:50:41

What is the name of the library or module for python?

I'm going to write a simple bot in python that will automatically catch fish in minecraft. The question is, is there a module or library that will add a command so that the program hears the sound and fills in part of the code?
like a program with the following logic:

while True:
    if(keyboard.keydown('=')):
        pyautogui.click("right")
        if (программа услышит этот звук):
            pyautogui.click("right")
    elif(keyboard.keydown('-')):
        break

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question