项目作者: soham-1

项目描述 :
A dating app in tkinter python
高级语言: Python
项目地址: git://github.com/soham-1/Fathom.git
创建时间: 2020-04-07T13:06:13Z
项目社区:https://github.com/soham-1/Fathom

开源协议:

下载


Fathom

A dating app in tkinter python

author - soham patkar

getting started :

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

prerequisites:

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.

built with:

tkinter - gui
python - backend
mysql - database