PyLogo is a Python implementation of elements of NetLogo.
- The
coredirectory contains the NetLogo implementation. - The
modelsdirectory contains a number of example models. Each example can be run by running the file.
PyLogo uses pygame and pySimpleGui, two very nice libraries. It also makes minimal use of NumPy. All three libraries must be installed.