Drawing Tony Stark Using Python

 DRAWING TONY STARK USING PYTHON 

Intro to the project and some quick information,followed by an image of the project.


Description

This is the beginning level python project to do some awesome drawing animation using the turtle module, hope it grows in the future

Usage

• Just install the package pip install sketchpy

• Import it to you project import sketchpy and use as you want😊

Built with

•Turtle
•Open-cv
•Pillow
•Svgpathtools

Getting started 


Prerequisites

•Python
•Basic text editor
•creativity😂

Install

pip install sketchpy

it should probably work, If not then try the following code

pip install turtle open-cv wheel sketchpy

Example 

from sketchpy import library as lib
obj = lib.rdj()
obj.draw()

Output 





Comments