dennogumi/content/post/2007-01-03-checker-mark-iii.markdown
Luca Beltrame 64b24842b8
All checks were successful
continuous-integration/drone/push Build is passing
Update all posts to not show the header text
2021-01-13 00:05:30 +01:00

987 B

author categories comments date slug title omit_header_text disable_share wordpress_id
einar
General
Linux
true 2007-01-03T22:05:47Z checker-mark-iii Checker mark III true true 148

Reading Wesley J. Chun's excellent Core Python Programming I realized I could definitely improve [my wallpaper checker]({{ site.url }}/2006/12/23/wallpaper-size-checker/), at least internally. That's what I did today, and aside that, I added an option to view a thumbnail of the images contained in the lists. Note that it is not meant to be an image viewer, just a way to show the images in the list (and I suggest you filter it first if it's long). The image viewing part is my first try with Tkinter, the Python module to create interfaces using Tk. It's ugly looking, but at least it works.

Download it in [tar.gz format]({{ site.url }}/files/wp_filter.tar.gz) or [zip format]({{ site.url }}/files/wp_filter.zip). Instructions are in the README.