Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Le107 authored Mar 20, 2024
1 parent 8d9a026 commit 835bf56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ def main():
status = 1
elif keyboard.is_pressed('x'):
status = 0
print("Pause")
elif keyboard.is_pressed('esc'):
print("Stop")
break
elif status == 1:
print("Start")
run()
else:
pass
Expand Down
2 changes: 2 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
main.py
cmd

0 comments on commit 835bf56

Please sign in to comment.