Closed ramymagdy-rm closed 4 years ago
Thank you for the tips @ramymagdy-rm ! The aim of this project was to serve as inspiration for new projects, showing that it is possible to create modern interfaces using Python and its official interface module (PySide2). This was a personal project that I decided to share publicly. Feel free to use as inspiration, use in your projects, fix bugs and improve as needed. A license was added to the project and a new file called "app_modules.py" to call all additional modules dependent on the interface of the application. If you want to use it commercially, I recommend reading it on the official Qt website because there are limitations:
Hi, first thanks for the time saver simple base. However, having some comments about the pythonic interpretation which can be subjective to the perspective. The following are suggestions for better usage of the repository.
besides those comments the repo is really helpful and time saver, thanks a lot!