Lab Initial Dots
This lab is to be done on your own.
Create a python module named dotmatrix.py that does the following:
- Comments at the top of the module with your name, date, and description.
- Write the module with at least 3 functions.
- All three functions do the same thing, which is create a character in dot format.
- The functions should take one parameter that is used as the dot character.
- The function should return a string that contains the character in dot matrix format.
Create a python program named initials.py that does the following:
- Comments at the top of the program with your name, date, and description.
- Write the program so it prints your initials (this is unique to each student).
Submit this program two ways:
- As .py code files. Zip the two files together.
- As a screenshot in .jpg or .png format showing the final answer as output. The program must run showing different dot types being used. Make sure you capture your entire desktop.
The image below is the initials.py program in its entirety.
The image below shows the start of the dotmatrix.py module
The image below shows an example run of the program initials.py.
Notice that different dot types were demonstrated.
The image below can be used as a basis of the dot layouts of your characters.