Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/python-ai-computer-vision
https://github.com/devlopersabbir/python-ai-computer-vision
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlopersabbir/python-ai-computer-vision
- Owner: devlopersabbir
- Created: 2023-12-05T21:59:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T16:54:04.000Z (about 1 year ago)
- Last Synced: 2024-01-01T17:39:30.795Z (about 1 year ago)
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- 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
![Main Screem](./turtle/screenshot/screen.png)