From: Steve C. <stn...@xm...> - 2004-08-07 00:49:46
|
I figured people like to see or hear about the applications people are developing with PythonCard, so here's some information about what I'm working on and also a thank-you for creating it. It's been very easy to work with. I was able to do all my development on Linux and not have to change anything to run it on Windows. My application is a browser for Magic: The Gathering cards. A separate script imports card lists/images from MTGPlay (http://www.mtgplay.com) and the the official card lists from Wizards, and generates XML output. The pythoncard app reads one or more of the XML files, and gives the users optional filters to select which cards to display. For example, here's a screenshot of the results after filtering for all cards with the word 'squirrel' in the rules printed in the card's rules text: http://www.xmission.com/~stnchris/mtgbrowse.jpg -Steve |