Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question