PyAnimeList
v0.6
Does what the name suggests - tracks watched anime in python. Meant for those who like to keep track of things, but don't need all the features of sites like MAL (http://myanimelist.net/) and/or want an offline option.
Changelog:
v0.6
- added simple acronym support (CLI)
- checks db version on start (Core)
- fixed avg rating calculating bug (CLI)
- moved default location to ~/.pyanimelist/ on *nix and My Docs on win (Core)
- added GUI interface with a *mostly* completely feature set
- Complete Changelog
To import from MAL, go to your list, find the export link, download the archive, extract then .xml and then import it with the import command.
Planned Features/Fixes
- v0.7 FE: Accept db file location from args, if provided
- v0.7 Core: Update checker
- v0.7 Core: Backup db before clearing for any reason
- v0.7 GUI: Add color picker widget for Export
- v0.7 GUI: Filtering based on anime status
- v0.7 GUI: Streamline setup.py to not include unnecessary crap (like tkinter)
- v0.7+ Core: properly parse xml for importing instead of using regex
- v0.7+ Core: enable gzip compression of list
- anything else you want
- Complete To Do List
Note: FE refers to all Front Ends
Checkout svn for latest (and not always stable) code.