ev3dev-lang-python-demo
ev3dev-lang-python-demo copied to clipboard
Python Demo Programs
Dear @WasabiFan, Please find my Wack3m program for your review. This robot is not too hard to program and is very fun for my sister to play with. My dad...
Sorry to bother you again, but I need help. Now the solver scans the cube and returns a JSON with the readings, but then it returns me the following error:...
Update EVERSTORM to new API
The lengthy [list of robot descriptions](https://github.com/ev3dev/ev3dev-lang-python-demo#demo-programs) in the main README is mostly redundant. It's out of the context and thus hard to maintain. I believe we should move all that...
We should do the same thing that was done with the vscode-hello-python repository and include instructions for downloading the demos to your local PC and then deploying/running then with VSCode....
The [misc/sound module](https://github.com/ev3dev/ev3dev-lang-python-demo/blob/master/robots/misc/sound.py) is nice, but it only demoes a subset of the available methods of the [Sound class](https://github.com/ev3dev/ev3dev-lang-python/blob/develop/ev3dev/sound.py#L47). It would be nice if we could show off all [sound-related...