Meteor was first designed to help you learn Chinese language, but it appear that you could do a lot more things. It's a very simple, very minimalist learning tool for everything that can be hand writen and displayed on a screen. Language, Mathematics formula, Family birthday, you can learn whatever you want.
- For Windows:
- (pre-release) Meteor v0.2
- For Macintosh:
- Not yet released
- For Linux:
- Not yet released
Meteor allow you to select multiple sets of elements.
First step, select one or more :
Then, the first element will be displayed, the only thing you have to do is write (or "think" for lazy) the corresponding asked answer.
Then, press Show Solution
button.
If your answers is correct compared to the solution, select Correct
and the word will appears less often, if not, select False
and the word will appear more often.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to install Python 3.6 or later.
You need to install PyInstaller if you want to compile it.
Use pyinstaller
in order to compile everything in a .exe
.
pyinstaller ./chi_train.py
If you want to compile for production, use -w
option in order to hide the
console.
pyinstaller -w ./chi_train.py
You must copy a default file named sets.json
in a folder named sets
.
mkdir ./dist/chi_train/sets
cp ./sets/sets.json ./dist/chi_train/sets
Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Dorian Turba - Initial work - Vikka
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details