Skip to content
/ Meteor Public

Meteor is a free software. The original goal is to help you remembering things.

License

Notifications You must be signed in to change notification settings

p1-dta/Meteor

Repository files navigation

Meteor

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.

Last Released Version

  • For Windows:
  • For Macintosh:
    • Not yet released
  • For Linux:
    • Not yet released

How to use it

Meteor allow you to select multiple sets of elements.

First step, select one or more :

main_window of Meteor

Then, the first element will be displayed, the only thing you have to do is write (or "think" for lazy) the corresponding asked answer.

main_window of Meteor

Then, press Show Solution button.

main_window of Meteor

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.

Getting Started

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.

Prerequisites

You need to install Python 3.6 or later.

You need to install PyInstaller if you want to compile it.

Compiling

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

Contributing

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Dorian Turba - Initial work - Vikka

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

About

Meteor is a free software. The original goal is to help you remembering things.

Resources

License

Stars

Watchers

Forks

Packages