SayantanPatra/Python-Game
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.