This is what you can do with Sketchpy in python || Code hub || Drawing animation with python

preview_player
Показать описание
Hello Everyone welcome to Code Hub ,

Hope you link this video ,
Want to code like a PRO , You are at the right place
take a look at our channel

We continiousely upload videos related to coding ,mini projects , and many things like that, So make sure to hit that SUBSCRIBE button and press the bell icon to get notified, when we upload new video

If you have any doubt then feel free to join our discord server and clarify your doubts

In this video we made advanced python program with which we can trace an image and redraw the image with animation , it is basically made with python turtle module along with opencv, the source code for drawing tom holland will be updated in sketchpy library soon

MINI PROJECTS:

WEBSCRAPING INSTAGRAM:

HASHTAGS:
#python #coding #programming #pythontutorial #codehub #codemaster #procoder
#tamilprogramming #tamilcoding #pythontamil #pythonintamil #tutorial #pythonmaster #miniprojects #minipythonprojects #miniprograms
@TechWithTim @freecodecamp @CodeBullet @CodeWithHarry @gilesmcmullen

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

Anna coordinates kandupidakka entha app use pandreenga

leo.exe._
Автор

In which python version you have run this code??/

ravleenkaur
Автор

Hi, how i can install sketchpy? I have not install it, but did'nt work for me

cikoadityapratama
Автор

And can you pls tell how can I install sketchpy on Android as it is not installing and my pc is dead.😔😔

vaibhavchaudhary
Автор

when i saved file face_out its show its a reading file you cant edit what i can do now

yogendradodveskatchmaker
Автор

Bro I can do in this code on mobile still its working

anonymouslord
Автор

Intha code la * operator use pannubothu a and b value multiple agama add agthu enna problem nu sollunga bro


def cal():
while True:
a=int(input("enter 1st value :"))
b=int(input("enter 2nd value :"))
c=str(input("enter a operator :"))

if c <="+":
print(a+b)
elif c<="-":
print(a-b)
elif c<="*" :
print(a*b)
elif c<= "/" :
print (a/b)
else:
print("enter a valid
cal()

dhanakumaran.r