Showing posts with label GNU. Show all posts
Showing posts with label GNU. Show all posts

September 23, 2011

Refactorization

To ease my future work I refactorized my previous Button and Entry class that I used it the image browser project, and made one Interface class from them. Much more simple. Beside some refactorization I created a resource loader, it will be great help at next Pyweek. You can load images, text files and sound into a dictionary which grant easy access to resources. I wrote a small code to demonstrate their work. They are under GNU licence, so feel free to download them from here.

September 3, 2011

Image Browser - Part 4 - BETA

With days of hard work I finished the image browser's BETA version, what you can download from here. I publish it under GNU licence. During the coding, I made some changes in the classes.

Click Browse button to go through directories on your HDD, and use Forward-Backward buttons to move directory pages.

Stay tunned for the final release, and report any bug that you find in the BETA version.