kopia lustrzana https://github.com/ogre/habdec
7e0108c49b | ||
---|---|---|
.. | ||
README.md | ||
habdecClient.py | ||
main_tk.py | ||
pyClientScreenshot.png | ||
simple_listener.py |
README.md
Example python client for habdec websocket server
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 serious - 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.