fmalazemi / SurveyWithTkinter

Survey created using Tkinter and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SurveyWithTkinter

Survey created using Tkinter and Python

I created a survey using Tkinter and Python for research done at Zhejiang University. I am uploading the survey for others to use in their own projects.

Please give me a shout out if you decide to use the program in your work. I'd really appreciate it.

Screenshots

The questions used on the survey are in Mandarin (due to the survey being given here in China). I stopped translating the buttons in order to upload it on GitHub. Check the comments in the code to see which parts you need to change in order to use the project yourself.

The survey consists of four different parts (each part separated by a dialog box to inform the user).

Below are some example screenshots of the survey.

Once the user reaches the end, the answers from the questions are written to a csv file.

Prerequisites

The game was created with Python and Tkinter (which already comes installed with Python).

Installing

Clone the repo:

git clone https://github.com/joshuawillman/SurveyWithTkinter

Author

  • Joshua Willman - Blog - RedHuli For more details about the survey and its features, check out the blog post in the link above.

Acknowledgments

About

Survey created using Tkinter and Python


Languages

Language:Python 100.0%