3

CALLING PYTHON DEVS
Do you use any GUI libraries for Python, and if so which do you recommend? Preferably cross platform.

Comments
  • 3
    tkinter - its cross platform
  • 2
    @kunashe Default you say? My brain kind of skipped it haha
  • 1
  • 1
    Tkinter, cross platform and included in the standard library.
  • 1
    I'm curious what you intend to build with the GUI.
  • 0
    @kunashe I just want to get some more Python experience. I'm building a YouTube downloader with Pytube but I want it to be user friendly. Also I'm looking into Cython and other compilers for Python because I'd like to distribute this to some non-tech friends but don't want to bundle Python with the install.
  • 2
    Pygame is pretty fun but not quite the best - just worth a look!
  • 0
    @fun2code I tried going through the docs and tutorial but I couldn't get it working in a reasonable amount of time considering how small my project was.
Add Comment