python sketchpy | python programming | Python GUI | Iron man sketch | Iron Man | marver #shorts

preview_player
Показать описание
Welcome to sketchpy
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


More examples
from sketchpy import library as lib

from sketchpy import library as lib

Рекомендации по теме
Комментарии
Автор

my kind of eroor
ModuleNotFoundError Traceback (most recent call last)
in <module>
----> 1 from sketchpy import library as lib
2 obj=lib.rdj()
3 obj.draw()

ModuleNotFoundError: No module named 'sketchpy'

chandhuchandra