简体   繁体   中英

What library should I use to implement this GUI in Python? [on hold]

I try to implement a GUI interface for the backpropagation algorithm but I am new to Python and I dont`t know what library whould help my with this GUI. As you see in the image I must have a led[.[enter image description here][1]][1] digit, When i click with the mouse on an edge it should became red. in this way I draw a digit and give it as an input to the network. The neural network should recognize it and out the number.

At the link https://ibb.co/6t2ZZJH there is an image that shows how the GUI should look.

for something simple i'd suggest try tkinter for something better looking Kivy

https://www.slant.co/topics/6620/~python-gui-frameworks-toolkits

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM