/sketchpy

A python package for drawing various images like rdj, bts, gojo, vijay and many more animation

Primary LanguagePythonMIT LicenseMIT

Welcome to sketchpy

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

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

More examples

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

    obj = lib.vijay()
    obj.draw()

Troubleshooting

  • If you find any problem, you can pull request, or contact me on either insta or discord
  • You can also find video on my youtube channel

Acknowledgements

Thanks to all who helped inspire this project.❤

See also

License

This project is licensed under the MIT License.