It is a Management System which can be used to store information of visitors of a housing society.
The front-end (proj.py) uses tkinter module.
The back-end(backend.py) uses sqlite3 module.
A little intro about the installation.
In GIT bash
$ cd example_folder
$ git clone https://github.com/knightster0804/Society-Visitor-Info-Management-System.git
$ run proj.py
Also check if the corresponding modules are installed in your pc.