https://github.com/devlopersabbir/python-ai-computer-vision
https://github.com/devlopersabbir/python-ai-computer-vision
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlopersabbir/python-ai-computer-vision
- Owner: devlopersabbir
- Created: 2023-12-05T21:59:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T16:54:04.000Z (over 1 year ago)
- Last Synced: 2025-01-04T14:27:55.457Z (6 months ago)
- Language: Python
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Turtle Drawing Applications
I'm apply fully oop concept to creating this drawing application
#### Follow this step to creating this awesome application
- [x] 🏛 Create a class called `Drawing`
- [x] 📌 Import Turtle, Screen from `turtle`
- [x] 🪕 Create instance of Screen and Turtle like `screen`, `turt`
- [x] 👈👉🏻 Create left (key=`l`), right (key=`r`) method to handle keybounding
- [x] ☝🏻👇🏻 Create Forward (key=`f`), Backward(key=`b`) method also
- [x] 📺 Create `closeScreen` method for handle screen
- [x] 🏃🏻♂️ Create `run` method#### Application Screenshot
