├── 3D Model Files └── ReadMe ├── Arduino ├── Readme.txt └── keycode.h ├── BOM.xlsx ├── DriverApp ├── CustomTkinter_logo_single.png ├── ReadMe ├── SpaceKat Icon.py ├── SpaceKat.cfg ├── SpaceKatC.dll ├── SpaceKatC.manifest ├── SpaceKatSetting.py ├── icon.png ├── icon2.png └── spinbox.py └── LICENSE /3D Model Files/ReadMe: -------------------------------------------------------------------------------- 1 | https://makerworld.com/zh/models/399669 2 | -------------------------------------------------------------------------------- /Arduino/Readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Arduino/keycode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/Arduino/keycode.h -------------------------------------------------------------------------------- /BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/BOM.xlsx -------------------------------------------------------------------------------- /DriverApp/CustomTkinter_logo_single.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/CustomTkinter_logo_single.png -------------------------------------------------------------------------------- /DriverApp/ReadMe: -------------------------------------------------------------------------------- 1 | Copy all these files to your local directory. 2 | -------------------------------------------------------------------------------- /DriverApp/SpaceKat Icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/SpaceKat Icon.py -------------------------------------------------------------------------------- /DriverApp/SpaceKat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/SpaceKat.cfg -------------------------------------------------------------------------------- /DriverApp/SpaceKatC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/SpaceKatC.dll -------------------------------------------------------------------------------- /DriverApp/SpaceKatC.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/SpaceKatC.manifest -------------------------------------------------------------------------------- /DriverApp/SpaceKatSetting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/SpaceKatSetting.py -------------------------------------------------------------------------------- /DriverApp/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/icon.png -------------------------------------------------------------------------------- /DriverApp/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/icon2.png -------------------------------------------------------------------------------- /DriverApp/spinbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/DriverApp/spinbox.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cityforest2000/SpaceKat/HEAD/LICENSE --------------------------------------------------------------------------------