KnockerK
Cyber Infoβ€’3mo ago
Knocker

Good-looking UI for a desktop software.

Hey!
Hope this isn't unrelated to this forum but I have a problem : I'm trying to develop a desktop software, and want to make it look pretty and modern.
This software would allow the user to host specific games servers on their computers and administrate them easely via pterodactyl-like panel.
I developed the core base of the software in python, and tried to find a way to make a good UI, but always encountered problems :
* I first tried to use customTkinter, but it wasn't much better than tk
* I then discovered pyQt, but I did not liked the result too
* I then discovered pyWebView and, as I already know web development, I tried to use this lib. I built about 1/3 of the entire app but, when I tried to bind my python file with another application for a smaller project, I found out that it wasn't really efficient and that I would have a lot of difficulties correctly implementing the "internal lib" I built to it. I could use Django to directly bind my logic to the UI but I found on internet that this technology wasn't memory efficient, and that it would take out a large amount of the RAM, impacting the servers effiency.
I so wanted to know if you had a solution (if possible that can use web interface but if you have another efficient and pretty solution I could just start over) that I could use, even if I have to learn another language (I currently know py, html, css, js, c#, java), the core part of the project is only 500 lines longs so far so I could just rewrite everything in another language without any problems.. I can't achieve to find better solutions online and am pretty desperate
Thanks a lot! And sorry for my bad english - I'm french
Was this page helpful?