Skip to content
forked from dursobr/Pythics

Pythics is creates simple interfaces to laboratory instrumentation or numerical simulations. It is intended as an open source alternative to LabView, with the backend specified in Python and the frontend with HTML/CSS.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING.txt
Notifications You must be signed in to change notification settings

eunjongkim/Pythics

 
 

Repository files navigation

Pythics

Pythics is an application for running Python code intended to be used for simple interfaces to laboratory instrument or numerical simulations. It features a simple system for making graphical user interfaces (GUIs), useful controls including plotting, clean separation between GUI and application code, and multithreading and multiprocessing so running backend code does not interfere with the functionality of the GUI. Pythics attempts to robustly handle all of the complex details of writing a program with a GUI for you, allowing you to concentrate on the functionality of your program. Backend code is written in Python, while the GUI is specified in XHTML/CSS. This project is intended as an open source and more easily useable alternative to LabView.

About

Pythics is creates simple interfaces to laboratory instrumentation or numerical simulations. It is intended as an open source alternative to LabView, with the backend specified in Python and the frontend with HTML/CSS.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%