Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devlopersabbir/python-ai-computer-vision


https://github.com/devlopersabbir/python-ai-computer-vision

Last synced: 4 days ago
JSON representation

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)