pyWords is really simple software for learning words. You just select file with words and type answers. If you type wrong - the application will show you correct answer and that word will appear again later. Word-definition files are really simple .txt files.
Running:
1. To run program just double click on pywords.py. If it doesn't work - cd to the dir of pywords then run python pywords.py
Just choose file with words you want to learn.
2. Creating your own word-definition files.
a. create plain .txt file.
b. in first line is header - it should look like this: "Some header (title)|some order"
c. rest of lines are words: "word which appears|word you should to type in"
d. just save the file and try if it works.
Note: you can use "to be.txt" as an example.
Product's homepage
Requirements:
· gtk+
What's New in This Release: [ read full changelog ]
· Added option to show window with all words - it helps if you want to look through words you don't know.