Skip to content

In this project, we developed a “Kids Learning Game” which is GUI based using python programming language. This game is based on Image Recognition. Several images will be shown to the kids for a limited time period and they have to recognize the names. The number of correct names will be showed in the result.

Notifications You must be signed in to change notification settings

SayantanPatra/Python-Game

Repository files navigation

1.	Home page (App.py)
This is the starting page of the program in which with the help of tkinter and PIL (Python Imaging Library) two buttons are made of Register or Login which will direct to Register or Login module respectively.
2.	Register page (register.py)
With the help of tkinter and sqlite four fields will be provided to register an account – “Username, Email ID, Phone Number, Password”.
3.	Login page (login.py)
With the help of tkinter and sqlite two fields will be provided to login into the account registered – “Username, Password”.
4.	Game (python_game.py)
Random is used to randomly show images and names. tkinter is used to make the window and to show the buttons of Start and Quit. PIL is used to manipulate the images.

About

In this project, we developed a “Kids Learning Game” which is GUI based using python programming language. This game is based on Image Recognition. Several images will be shown to the kids for a limited time period and they have to recognize the names. The number of correct names will be showed in the result.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages