- This project was done in Pycoders Bootcamp as a challenge after Python module finished.
- Worked with 4 people as a team.
- The Main goal is the project try to people learn words by cards. Dutch-Eng
- Created in 1.5 week.
- PyQt5 for interface
- OOP
- Python File Handling with Json for holding data
There is a 250 level and each level has 20 word. It ordered by easy to hard.
- You have to have username which is unique . The system check whether have your username in Json data while you login.
-After sign in you pass to menu screen.
-You see your current level.
Firstable you will see a word which is dutch then 3 second later it turn to english word.
You try to guess meaning of word that you see. According to whether your know after 3 seconds you select the true or false button. (You can't press the button while counting down from 3 )
You should finish all words before pass to next level . If you press red button the word shows itself after all words pass in that level.
*Note : while you exit game you must use Quit button , otherwise program doesn't close .
