https://github.com/coolcat467/neuro-api
Python SDK for the Neuro API (see https://github.com/VedalAI/neuro-game-sdk)
https://github.com/coolcat467/neuro-api
neuro-sama neuro-sama-game-jam sdk-python skd
Last synced: 5 months ago
JSON representation
Python SDK for the Neuro API (see https://github.com/VedalAI/neuro-game-sdk)
- Host: GitHub
- URL: https://github.com/coolcat467/neuro-api
- Owner: CoolCat467
- License: lgpl-3.0
- Created: 2025-02-03T22:52:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-23T07:42:14.000Z (5 months ago)
- Last Synced: 2025-09-28T18:24:59.058Z (5 months ago)
- Topics: neuro-sama, neuro-sama-game-jam, sdk-python, skd
- Language: Python
- Homepage: https://neuro-api.readthedocs.io/en/latest
- Size: 468 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neuro-API
Python SDK for the [Neuro API](https://github.com/VedalAI/neuro-game-sdk)
[](https://results.pre-commit.ci/latest/github/CoolCat467/Neuro-API/main)
[](https://github.com/pre-commit/pre-commit)
## Installation
Ensure Python 3 is installed, and use pip to install this project.
```bash
pip install neuro_api
```
Install latest version, unofficial release:
```bash
pip install git+https://github.com/CoolCat467/Neuro-API.git
```
## Documentation
See https://neuro-api.readthedocs.io/en/latest/
## Feedback
If you encounter any catch points or anything else that doesn't work
very smoothly and you have suggestions for improvements, please don't
hesitate to reach out via an issue post, though I would suggest
trying to see if there are similar posts before creating a new one.
## List of Open Source projects that use this library
- [Checkers Neuro API by CoolCat467](https://github.com/CoolCat467/Checkers-Neuro-Client)
- [Neuro-Canvas by Kaya-Kaya](https://github.com/Kaya-Kaya/neuro-canvas)