https://github.com/devlopersabbir/python-ai-computer-vision
https://github.com/devlopersabbir/python-ai-computer-vision
Last synced: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-18T16:00:32.000Z (4 months ago)
- Last Synced: 2026-04-18T18:06:31.898Z (4 months ago)
- Language: Python
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- 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
