Skip to content

A Survey Software that collects data and insert into a MySQL database and analyse the data

Notifications You must be signed in to change notification settings

muhammad-md/Surveyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Surveyapp

A Survey Software that collects data, insert into a MySQL database and visualize the data(Live)

Components

  • Tkniter GUI - User interface for user to enter information
  • MySQL - Database containing table to store the each data entered by a user
  • Live visualization of the collected data

Running

  • Create a MySQL database named "SURVEY_DATA" CREATE DATABASE `SURVEY_DATA`;
  • Create a table in the database "SURVEY_DATA" named "RESPONSE" create table RESPONSE (name varchar(20), day varchar(14), level int(2), department varchar(14), lecturehall varchar(15));
  • open the two scripts and substitute in the connection your database host, user and password

img

Demo

demo.mp4

About

A Survey Software that collects data and insert into a MySQL database and analyse the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages