Background
···
================
This is the first release of a real project that I’ve been involved in. I had written an article last month that inspired Werner Bruhin to want to take it and make it into a demonstration program for new wxPython programmers in how to do MVC and CRUD while interfacing with a database. Thus, MediaLocker was born. We hope you like it.
Description:
A wxPython database application that can help you keep track of your media. Currently, it only tracks your Book library. You can read more about the project’s development in the following two articles:
- Improving MediaLocker: wxPython, SQLAlchemy and MVC
- wxPython and SQLAlchemy: An Intro to MVC and CRUD
Requirements:
================
- Python 2.6+
- wxPython 2.8.11+ with the new pubsub (download here) or wxPython 2.9.3
- SQLAlchemy 0.7.3+
- ObjectListView 1.2
Source
You can download the source from BitBucket: [https://bitbucket.org/driscollis/medialocker
](https://bitbucket.org/driscollis/medialocker)
How you can help
Download the software and report bugs on BitBucket. We also happily accept feature requests, especially if they include patches or code.
Note: Also cross-posted on my blog: http://www.blog.pythonlibrary.org/2011/12/09/ann-medialocker-%E2%80%93-a-wxpython-app-to-track-your-media/
Mike Driscoll