8

Writing a small program for my Pi, which has to have a gui, process rfid information and do some stuff with motors and leds.

Unfortunately I don't know c++, so I have to write this all in python.

Gui's in python are the ugliest pieces of shit ever. Even fucking c# winforms are prettier than them.

Currently using PyQt5 as it is the less ugly of the bunch but man, you'd think python would have a lot more ui options considering the love it receives...

Comments
Add Comment