Looking to start learning Python?

Begin Here

Tag: wxPython

Creating a Simple Photo Viewer with wxPython

March 26, 2010 by Mike
The other day, I was chatting with some wxPython newbies on the wxPython IRC channel and one of them wanted to know how to display images in wx. There are lots of different ways to do this, but I had a pre-made solution that I'd cobbled together a couple of years ago for work. Since […]

wxPython: Putting a Background Image on a Panel

March 18, 2010 by Mike
Yesterday, I received a request to create a GUI with Tkinter or wxPython that had an image for the background with buttons on top. After looking at Tkinter, I discovered that it's PhotoImage widget only supported two formats: gif and pgm (unless I installed the Python Imaging Library). Because of this, I decided to give […]

wxPython: An Introduction to Grids

March 18, 2010 by Mike
The grid widget in wxPython is one of the most complex GUI elements that you'll work with in this toolkit. In this article you will learn the basics of grid creation and usage. One of the major uses for a grid is to display tabular data. Another use is to create some kind of spreadsheet. […]

Generating a Dialog from a File

January 20, 2010 by Mike
A few days ago, I wrote an article about using ConfigObj with wxPython. The first question I was asked about the article regarded using a configuration file to generate the dialog. I thought this was an interesting idea, so I took a stab at implementing that functionality. Personally I think it would be probably be […]

ConfigObj + wxPython = Geek Happiness

January 17, 2010 by Mike
I recently starting using Michael Foord's ConfigObj for one of our internal wxPython applications at work. When I wrote my other ConfigObj tutorial, I wanted to show you how I was using ConfigObj with my preferences dialog, but I didn't want all my posts to include wx. In this article, I'll just show you how […]

Shortening URLS with wxPython

December 24, 2009 by Mike
During the summer, I stumbled upon an article on Ars Technica about using PyGTK to create a URL shortener. I thought that was pretty interesting, but I don't use PyGTK. So at that point, I decided to write my own using wxPython and use the article's code to do the shortening. I hacked together something […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary