derkalle4 / python3-idotmatrix-client

reverse engineered python3 client to control all your 16x16 or 32x32 pixel displays (experimental)
GNU General Public License v3.0
200 stars 41 forks source link

Works in Windows 11 with MS supplied python3 #22

Closed realhagie closed 10 months ago

realhagie commented 10 months ago

Just a note. It works on Windows 11 using the Terminal, python installed from Microsoft marketplace (pip is included). I do not use venv, I just use "pip install ." in the cloned repository. After that I could use the app.py without any problems. may not the best way to have it run (no venv) but it works inluding vonversion of svg / gif animations. Thanks !

derkalle4 commented 10 months ago

Hi @realhagie, many thanks for your feedback :) will check on include for the docs once the reverse-engineering part got finished.