- This project represents an implementation of an old method for multiply numbers developed by chinese people.
- This project is made in Python.
- This project was a collaboration with Gabriela Burtan.
- The file MetodaChinezeascaDeInmultire.pdf is a documentation for the app written in Romanian.
The app has an algorithm behind to detect the intersection points and count them, exactly like the method and not just multiply the numbers using multiply operator!
The GUI is not very complex because this project was our first project in Python and we were just learning. The app is very simple:
- The user enters the numbers in the TextBoxes.
- The user presses the
Multiply
button, then the turtle starts drawing the lines and then the result is diplayed. - The user presses the
Clear
button to clear the TextBoxes and the Canvas.