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:
- Open a window like the one below:
- 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
Additional requirements:
- Use a variety of text sizes and colors
- make sure to use just a single graphics.Text object for the top and
bottom directions. (make the string multi line
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:
- Your name (There
will be credit assigned for this stuff)
- Anything that was left undone
- Anything that I need to know to run the
program correctly.
Project Submission
Submit your project via blackboard. For this first project the python
file by itself is all you need to submit.