Description: pyWords is really simple application for learning words. You just select file with words and type answers. If you type wrong - app will show you correct answer and that word will appear again later. Word-definition files are really simple .txt files.
1. Running: To run program just double click on pywords.py. If it doesn't work - cd to the dir of pywords then- 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.Last changelog:
0.2 - Added option to show window with all words - it helps if you want to look through words you don't know. 0.1 - first release
Ratings & Comments
0 Comments