Comp 151 Project 3

Working with Text, User Input and more Zelle Graphics

Summary:

In this project you will build a simple window to get input from the user and operate on it.

Due:

  Tuesday Feb 19th at 11:59pm.


Description:

You will write a python program which will do the following things:

  1. Open a window like the one below:
    project 3 part 1
  2. Then when the user clicks on the window as per the directions, count the number of characters in the name that they type in and display it in the output field as per the image below
    project 3 after the user types in name


Additional  requirements:



To help me identify your work, make the name of your program file

yourFirstInitialLastNameLab1.py

(so mine would be JSantoreLab1.py)
And put the following at the beginning of the program as a comment:


Project Submission

Submit your project via blackboard. For this first project the python file by itself is all you need to submit.