habdec/code/pyClient
Michal Fratczak ab1386a5d0 Added example python client. 2019-01-08 01:22:41 +01:00
..
README.md Added example python client. 2019-01-08 01:22:41 +01:00
habdecClient.py Added example python client. 2019-01-08 01:22:41 +01:00
main_tk.py Added example python client. 2019-01-08 01:22:41 +01:00
pyClientScreenshot.png Added example python client. 2019-01-08 01:22:41 +01:00

README.md

Example python client for habdec websocket server

alt text

This is simple example of python client demonstrating how to connect to habdec server. The code is kept (almost) to minimum and is not meant for anything serius - just a proof of concept.

You need pip install ws4py and numpy.

GUI is done with tkinter (which you should have with python). Use something better for real work.