Skip to content

Commit b2be903

Browse files
committed
update controller fix
add flags and use objects of repeting syntax parts so it now just needs a Preset class we can make different controllers to virtual input, just based on contoller name and some keycodes
1 parent fc1904d commit b2be903

File tree

2 files changed

+385
-224
lines changed

2 files changed

+385
-224
lines changed

database/setup_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ rm -fr .env
44
python3 -m venv .env
55
source .env/bin/activate
66
pip install pycurl types-pycurl tqdm types-tqdm cryptography types-cryptography \
7-
beautifulsoup4 types-beautifulsoup4 pillow types-pillow debugpy mypy
7+
beautifulsoup4 types-beautifulsoup4 pillow types-pillow evdev \
8+
debugpy mypy

0 commit comments

Comments
 (0)