------------------------------------------------------------------
------pyWords - application for learning words, forms etc.--------
------by middleofdreams at gmail.com -----------------------------
------------------------------------------------------------------

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.


Changelog:
0.6 - Update i18n
0.5 - Updated sources, added full i18n support
0.4 - Updated sources
0.3 - Russian, RPM package
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

License: GPLv3

Developers:
Alexey Loginov (0.5-0.6)
Anton Ershov (0.3-0.4)
Kuba Wrozyna (0.1-0.2)
