From e4eb24da27e7d6cef8827d027985974e41bdf31e Mon Sep 17 00:00:00 2001 From: Tango Date: Sat, 28 Feb 2026 19:14:16 +0000 Subject: [PATCH] Added requirements.txt, as well as a .gitignore. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97fef3e..4476272 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Extremely simple program that allows to track inputs from a Wii Balance Board in - VRChat (It was kind of made for... specifically VRChat)
- Bluetooth
- Uses Pygame (pip install pygame)
+- Uses python-osc (pip install python-osc) - [Uses Python](https://www.python.org/)
- [Uses WiiBalanceWalker by Shachar Liberman](https://github.com/lshachar/WiiBalanceWalker)