delete unnecessary files

This commit is contained in:
2025-02-06 15:34:13 +01:00
parent 08cd18f3f1
commit 02d7b5a09f
4 changed files with 0 additions and 35 deletions

View File

@@ -1,16 +0,0 @@
import time
import pyautogui
def main():
key_count = input("How many keys do you have? ")
key = pyautogui.RIGHT
for _i in range(int(key_count)):
pyautogui.keyDown(key)
pyautogui.keyUp(key)
time.sleep(0.1)
if __name__ == "__main__":
main()

View File

@@ -1,8 +0,0 @@
# Form implementation generated from reading ui file 'c:\Users\aky547\GitHub\SemesterapparatsManager\src\ui\widgets\widget_sources\Ui_admin_create_user.ui.py'
#
# Created by: PyQt6 UI code generator 6.7.1
#
# WARNING: Any manual changes made to this file will be lost when pyuic6 is
# run again. Do not edit this file unless you know what you are doing.