简体   繁体   English

我应该使用什么库在 Python 中实现这个 GUI? [等候接听]

[英]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.我尝试为反向传播算法实现一个 GUI 界面,但我是 Python 的新手,我不知道哪个库可以帮助我使用这个 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.正如您在图像中看到的,我必须有一个 LED [。[在此处输入图像描述][1]][1] 数字,当我用鼠标单击边缘时,它应该变成红色。 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.在链接https://ibb.co/6t2ZZJH中,有一张图片显示了 GUI 的外观。

for something simple i'd suggest try tkinter for something better looking Kivy对于一些简单的东西,我建议尝试tkinter以获得更好看的东西Kivy

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我应该为MySQL使用什么python 3库? - What python 3 library should I use for MySQL? 如何在python GUI中包括交互式图形可视化? - What should I use to include interactive graph visualization in a python GUI? 我可以使用什么库在 Python 中实现事件驱动编程? - What library can I use to implement event driven programming in Python? 我应该为Facebook OAuth和OpenGraph使用什么Python库 - What python library I should use for facebook OAuth and OpenGraph 我应该使用什么纯Python库来抓取网站? - What pure Python library should I use to scrape a website? 我可以使用哪个 python 库来创建应根据要求更新的简单 GUI? - Which python library can I use for creating a simple GUI which should update based on requirement? 测试GUI代码:我应该使用模拟库吗? - Testing GUI code: should I use a mocking library? 我应该使用哪个Python XML库? - Which Python XML library should I use? 我应该使用哪个RPC模块在Python中实现RCP,并且以后可以更改连接方法? - What RPC module should I use to implement RCP in Python and be able to change connection method later? 在Python中使用ICQ应该怎么用? - What should I use to use ICQ with Python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM