I'm working on a school project that involves creating an online shopping app using Python, and I need to implement a GUI for it. The design I have in mind features a Pinterest-style main screen along with a user-friendly login/signup interface and sections for help, profile, favorites, and settings. I've done some research but I'm struggling to find the right Python library for my GUI. I previously experimented with Tkinter but found it lacking in flexibility for a modern UI. I also tried PyQt, but the tutorials available were limited. What library do you think would be best for this type of application?
4 Answers
I'd recommend looking into PySide6. It's straightforward and should work well for what you want to achieve.
You might want to consider a web-based UI instead. It’s more modern and aligns with current industry trends. Plus, it could give you more flexibility and design options.
There are tons of tutorials for PyQt and PySide out there! Since both libraries are similar to standard C++ Qt, you could even use C++ tutorials with only minor changes. It's definitely worth checking out if you're leaning towards those libraries.
If you're open to it, using Django for the web app would be a smooth option. I wouldn't advise sticking with PyQt or Tkinter unless there's a specific reason for it.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically