melias77/thonny

By melias77

Updated 15 days ago

Coding kids, a containerized version of thonny for learning Python. https://thonny.org/

Image
Developer Tools
0

21

Coding kids, An easy use for kids and avoid permanent installation.

How to get started:

Copy this into a run.sh script or execute in two steps:

  1. xhost +
  2. docker run --rm -it --net=host -v /tmp/.X11-unix:/tmp/.X11-unix --env="DISPLAY" melias77/thonny:ubuntu2404-1 thonny

Docker Pull Command

docker pull melias77/thonny