├── !инструкции и помощь ├── install.py ├── mousecur.py ├── requirements.txt └── компиляция.txt ├── LICENSE ├── README.md ├── binds.py ├── binds └── test.bind ├── machine.py ├── main.py └── sound.py /!инструкции и помощь/install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/!инструкции и помощь/install.py -------------------------------------------------------------------------------- /!инструкции и помощь/mousecur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/!инструкции и помощь/mousecur.py -------------------------------------------------------------------------------- /!инструкции и помощь/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/!инструкции и помощь/requirements.txt -------------------------------------------------------------------------------- /!инструкции и помощь/компиляция.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/!инструкции и помощь/компиляция.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/README.md -------------------------------------------------------------------------------- /binds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/binds.py -------------------------------------------------------------------------------- /binds/test.bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/binds/test.bind -------------------------------------------------------------------------------- /machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/machine.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/main.py -------------------------------------------------------------------------------- /sound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TastyBread123/control-pc/HEAD/sound.py --------------------------------------------------------------------------------