如何在python中按下按钮进行冷却

时间:2021-04-01 12:55:53

标签: python time keyboard

我需要一种方法,如果你按下键盘上的一个按钮,按下那个按钮就会有一个冷却时间。 我正在使用键盘模块。

import keyboard
a=0
while a==a
    if keyboard.is_pressed('space'):
        print("The spacebar was pressed! ")
#Now I want it to wait for 1s until you could press the spacebar again

0 个答案:

没有答案