A dating app in tkinter python
A dating app in tkinter python
this app consist of pages like signup, login, profile, homepage, request page, chatbox.
you must create a male and female account both to start its working.
some changes need to be done in profile page code -
for a newly created account a default image is added . value of that variable has to be changed accordingly in line 118 and 119.
database password has to be changed in line 8
python, tkinter , mysql-connetor-python, PIL
execute the mysql_setup.py file first.
this will create all the required database in your mysql workbench.
change the username and passwd of mysql connector accordingly.
tkinter - gui
python - backend
mysql - database