This repository was created to maintain code written while working on the course Python GUI Development with Tkinter on LinkedIn Learning.
A folder has been created for each chapter of the course, as indicated by it's chapter number and chapter name. Each folder contains executable python scripts for the concepts and code written in the corresponding chapter.
To create a feedback survey form for the fictional tours company Explore California.
Requirements:
- Display logo and instructions to user.
- Following input fields:
- Name
- Email address
- Multiline comments
- Two Buttons:
- Submit
- Prints contents of input fields to the console
- Empty contents of input fields
- Notify user the feedback was submitted
- Clear
- Empty the input fields
- Submit
To execute the python scripts, clone the repository using the following command in the terminal:
git clone https://github.com/samujjwaal/Tkinter-GUI-Course.git
Open the folder and execute the python script(s).
The final GUI created as part of the course is available in this folder.
This is the script for the final GUI.
Execute the script using: python feedback_survey.py