Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upb-lea/pygeckocircuits2

A Python wrapper for GeckoCIRCUITS.
https://github.com/upb-lea/pygeckocircuits2

automatization geckocircuits python

Last synced: about 2 months ago
JSON representation

A Python wrapper for GeckoCIRCUITS.

Awesome Lists containing this project

README

        

Welcome to PyGeckoCircuits2
==================================================
This repository was inspired by `MaurerM/pygeckocircuits `__, added by certain functions and a pip-installable package.

Control a GeckoCircuits simulation by Python code.

.. image:: docs/source/figures/pygeckocircuits2.png

Installation
---------------------------------------
Install pygeckocircuits2 directly from pyPI:

::

pip install pygeckocircuits2

Usage
---------------------------------------
Download the compiled gecko-version from `tinix84/gecko `__.

Run the `example file `__ to see the given functions.

Documentation
---------------------------------------

Find the documentation `here `__.

Troubleshooting
---------------------------------------
* As of now, there are issues with OpenJDK 21 (LTS). Please use OpenJDK 17 (LTS) so far. See also `this issue `__.