nkapw / sketchpy

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

Home Page:https://codehub03.wixsite.com/codehub/post/drawing-rdj-with-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://codehub03.wixsite.com/codehub/post/drawing-rdj-with-python

License:MIT License


Languages

Language:Python 100.0%