A program to draw several shapes with differente colors. The builtin functionality included 5 colors:
- black
- white
- green
- blue
- red
and 2 implemented shaped:
- line
- square
Luis Ignacio Ferro Salinas
- Implemented the function to draw a circle.
- Added the orange color.
- Checked style of script following PEP-8 guidelines.
Octavio Andrick Sánchez Perusquia
- Implemented the function to draw a rectangle.
- Implemented the function to draw a triangle.
1.- Install git on your computer.
2.- If you have not installed python on your computer, do it.
1.- Clone the repository by typing in the terminal:
git clone https://github.com/luisferro2/Paint.git2.- Enter the directory of the repository:
cd Paint3.- In the terminal, type:
python paint.py4.- Read the instructions when the program runs.