Showing posts with label memorizer. Show all posts
Showing posts with label memorizer. Show all posts

Saturday, August 15, 2009

Memorizer 0.2 Released!


This is the first version of Memorizer, a tool for studying and memorizing lists of data. It has testing modes of flash cards, multiple choice, and matching. It also includes a helpful vocabulary building list feature, which automatically fetches the definitions of entered words. Lists can be exported to plain text format and existing list files, such as those from sites like quizlet.com, can be opened and edited in Memorizer.

This version includes partial Spanish, Italian, and Russian translations. Many thanks to Feder Sáiz and Israel Guerras (Spanish), Nicola Piovesan (Italian), and Alexander Semyonov (Russian).

There are Debian files built for Ubuntu 8.04 and newer, along with .tgz archives, on Launchpad.
A PPA for Ubuntu versions 8.04 (Hardy Heron) to 9.10 (Karmic Koala) is also available.
There are several screenshots available for your viewing pleasure.
If you want to help out, Memorizer is translatable on Launchpad.

Any comments, suggestions, etc. are welcome.

Thursday, June 25, 2009

Intoducing Memorizer!

About three weeks ago, it was exam studying time for me. I had a list of 60 mostly unfamiliar vocabulary terms to know for the exam. A bit of googling brought me to WordNet. I wrote a simple Python script to quickly retrieve the 60 definitions from the downloaded version and output everything to a single file. Then, I had to memorize all these terms, so I wrote a simple flash cards app in Python + Gtk. I decided to expand this simple app into what is now Memorizer.



Memorizer offers a Flash Cards mode for quick memorization. Matching has the user match the terms on the left with those on the right. Multiple Choice offers a basic testing mode in which the user chooses which term on the right goes with the one on the left. And Vocabulary quickly builds the list of words and definitions and allows the user to choose from different definitions and parts of speech.

I have future plans for Memorizer, such as a distraction-eliminating fullscreen mode and the sharing and downloading of lists.

Memorizer and its development reside in Launchpad. Of course, there is a PPA available for Ubuntu 8.04 (Hardy) to 9.10 (Karmic). If you want to help out, you can report bugs or suggest features by filing a bug report. Memorizer is also fully translatable. Lastly, if you want to contribute code, memorizer is 100% C and I try to keep the code clean. :)