Python Forum

Full Version: Module/library recommendation GUI app launcher
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everyone, I have recently learned python and started working on my first custom program I am making a simple GUI application launcher that displays app icons. I use i3wm so there isn’t any real menus with icons and just thought it would be a fun project. Anyway I started with tkinter using button images but that didn’t look correct and I tried Gtk. I would prefer to stay with Gtk because it ingrates my default theme well but again the button image I just don’t think is the correct way to do this. Can someone point in the right direction of a module/library that would work well to display application icons and them click on them to start and app. I found a couple apps written in pyGtk but there more like dmenu then an actual GUI menu so they didn’t help we’ll any help would be great.

Just so everyone gets the idea basically I just want a window that displays all my .desktop apps with there icon that I can click on I feel like I could make either tkinter or Gtk work but it feels like I am making them do something that there not the best at maybe I am wrong and I just need to polish my code more but I would think there is a better way to do this then make buttons.
Thanks,
Jason