Skip to main content

sketchpy

Project description

A package to do sketching animation with many built in functions, a library is also availabe where you can play with different pre defined sketches, you can also create your own sketch and do the animation yourself, website link :https://codehub03.wixsite.com/codehub

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sketchpy-0.0.18.tar.gz (57.1 kB view hashes)

Uploaded Source

Built Distribution

sketchpy-0.0.18-py3-none-any.whl (59.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page