Looking to start learning Python?

Begin Here

Tag: wxPython

wxPython: Creating a Simple MP3 Player

April 20, 2010 by Mike
Last month, I started a series of articles on creating simple applications with wxPython. The first couple of articles were on an Image Viewer program. While I won't abandon that project, I thought it was time for us to delve into something new. In this article we will start a journey into the wild and […]

How to Take a Screenshot of Your wxPython App and Print it

April 16, 2010 by Mike
Have you ever thought that it would be cool to have your wxPython code take a screenshot of itself? Well, Andrea Gavana figured out a cool way to do just that and between what he told us on the wxPython mailing list and what I learned from other sources, you will soon learn how to […]

Adding an EXIF Viewer to the Image Viewer

April 10, 2010 by Mike
The other day, we created a simple image viewer. Today we will create a secondary dialog to display the image's EXIF data, if it has any. We will make it in such a way that this window will update as we change pictures using the cool pubsub module. We will use the version that is […]

wxPython: Grid Tips and Tricks

April 4, 2010 by Mike
Last month I mentioned that we would go on a journey to learn some tips and tricks for wxPython's Grid widget. Well, the coding is done and I thought it was time to actually do this thing. In the following article you will learn how to: Create a right-click pop-up menu in a cell How […]

Getting Photo Metadata (EXIF) Using Python

March 28, 2010 by Mike
Last week, I was trying to find out how to get my photo's metadata. I had noticed that Windows could display the camera model, creation date and lots of other data on my photos, but I couldn't remember what that data was called. I finally found what I was looking for. The term is EXIF […]

Restarting PCs with Python

March 27, 2010 by Mike
Have you ever wanted to restart your Windows PC with out pressing Start, Shutdown or CTRL+ALT+DEL? What about restarting your annoying co-worker's PC...the one who just doesn't know when to shut up? Well, Python has the answer and this blog will tell you how to do it!
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary