Logicademy / PYNQ-SoC-Builder

This project automates process of creating a PYNQ Z1/Z2 Overlay in Vivado, generates a custom Juypter Notebook template and uploads to a target PYNQ FPGA.
GNU Affero General Public License v3.0
3 stars 2 forks source link

User Interface #2

Closed Daxorinator closed 10 months ago

Daxorinator commented 1 year ago

Hi Luke,

Seán here from the HDLGen-ChatGPT team. I just wanted to leave a message, great work you've done on this. It's a really powerful tool.

If you intend to create a graphical user interface for this project, please use tkinter - I strongly recommend you avoid stuff like PyQt5, PyQt6, PySide2 and PySide6.

Using tkinter is much easier to get into, and is also much more readable and maintainable. It is also a standard library with Python, so it will always support the latest versions of Python.

Cheers, Seán.