Create Doraemon Using Python | Full Tutorial with Code | Learn Graphics in Python | Abhinav Shukla

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Hello Everyone, In this video we have seen a beautiful picture of doraemon which is created with the turtle module of python.
    If You want tutorial for this then please comment down, I will make a series on Turtle module of python.
    For More Information and GUI Projects must Visit :
    letmecode.tk/
    Wipro NLTH 2020 Coding Preparation full playlist:
    • Wipro NLTH for 2021 Ba...
    Checkout some very important coding questions asked in FAANG:
    • TCS NQT-2021 Coding Qu...
    Placement Preparation (Coding in Python and C++)
    • Placement Preparation ...
    Best Free Python Projects:
    • Best Free Python GUI P...
    Python for Beginners:
    • Python Zero to Hero Co...
    Please Subscribe this channel and press the bell icon.
    Thank You!!
    #Doaraemon #turtle #Python #Doremon #Doreamon #Cartoon #AnimationInPython #GraphicsInPython#Nobita #DoraemonStatus
    #Wipro #WiproJobs #NLTH #WiproHiring #Placement #FreshersJob #BCA #BTech #MCA #Amcat #Wipro2020Hiring #2020 #2021Batch #JobsFor2021batch
    #TCS #NQT #TCS_NQT #NQT2021 #Python #C++ #TCSJobs #Fresher_Jobs #NQT_Coding_Questions #Coding #C++ #Coing_in_C++ #NQT_Previous_Year_questions #Job_Openings #Btech #TCS_Coding_questions #Coding_preparation #Technical_Interviews #Tech #IT #IT_Jobs #Doraemon #Shinchan #Python_Projects #Abhinav_Shukla #Python_GUI #Machine_Learning #Artificial_Intelligence
    #Competitive_Coding #PythonForPlacement #Placement #Wipro

Комментарии • 100

  • @mayank_singh_43
    @mayank_singh_43 3 года назад +9

    Sir can u tell me from where I can practice basics problems of turtle library such that i can draw anything by myself

    • @letmecode001
      @letmecode001  3 года назад +2

      Read documentation and then create small programs then try to create some figures which you want to create.

  • @user-jm8de4lj6g
    @user-jm8de4lj6g Год назад +3

    import turtle as tur
    import colorsys as css
    tur.setup(800, 800)
    tur.speed(0)
    tur.width(2)
    tur.bgcolor("black")
    for j in range(15):
    for i in range(15):
    tur.color(css.hsv_to_rgb(i / 15, j / 25, 1))
    tur.right(90)
    tur.circle(200 - j * 4, 90)
    tur.left(90)
    tur.circle(200 - j * 4, 90)
    tur.right(180)
    tur.circle(50, 24)
    tur.hideturtle()
    tur.done()

  • @bindupandey3645
    @bindupandey3645 3 года назад +2

    Gjb
    Keep it up
    Excellent
    Good work

  • @Thisiskhushiiii
    @Thisiskhushiiii 3 года назад +2

    can I code this in pycharm??

  • @alishbajaved4041
    @alishbajaved4041 Год назад +1

    Sir Please kindly tell me how to make Nobità in python using turtle module. Upload video on Nobita Please

  • @anmoljangid551
    @anmoljangid551 Год назад +3

    Ek bar Oggy ka cartoon draw krke video bnao

  • @ZR1242
    @ZR1242 2 года назад +1

    Which text editor u used...???

  • @alishbajaved4041
    @alishbajaved4041 Год назад

    Sir Tell me how Nobita can design? How we apply animation and sound effecf?

  • @annpurnasingh7265
    @annpurnasingh7265 Год назад +1

    Sir maine 35 mint tk coding kr li h but screen pe kuch bhi show nhi ho rha

    • @letmecode001
      @letmecode001  Год назад

      Kuch to miss hua hoga bro, telegram pe code hai wha se leke run kr k dekho

  • @sambhavgupta4117
    @sambhavgupta4117 2 года назад +1

    konse version me bnana h ye python ke ? mene same type kia bt run nhi hua or n hi koi error bta rha h kya kru plz help ....

    • @letmecode001
      @letmecode001  2 года назад

      Python 3.8 me banaya h bhai.

    • @sambhavgupta4117
      @sambhavgupta4117 2 года назад

      @@letmecode001 mene 3.10.4 me banaya tha bt Usme run nhi hua as it is program copy kr Dia tha 😶

  • @taswaralam4900
    @taswaralam4900 3 года назад +1

    How to add music can you tell me please?

  • @phenomen0n
    @phenomen0n 3 года назад +2

    Bhai op
    Menu bhi kiya lekin doraemon ka gace sara blue ho gia 🤣
    Otherwise
    Hat off to u sir 🎩

  • @healthandfitnessorg
    @healthandfitnessorg 3 года назад +2

    can you show the main function?
    my screen is not popping anything

    • @letmecode001
      @letmecode001  3 года назад

      I Have shared this file on telegram check there please.

  • @Neha_S_S
    @Neha_S_S Год назад

    Last vala code he na if__name uske aage ka code nahi dikh Raha he na aab ky kare usme error AA Raha he

  • @sppraveen2343
    @sppraveen2343 3 года назад +1

    Wow that's amazing

  • @cricketkeeda82
    @cricketkeeda82 3 года назад +1

    Thanks sir its very helpful 🥰

  • @vishwaasmalik9798
    @vishwaasmalik9798 3 года назад +2

    Nice

  • @altruistic-zb5vs
    @altruistic-zb5vs 4 месяца назад

    Doraemon is not defined show ho rha😢

  • @Golighumakad
    @Golighumakad 3 года назад +1

    Doraemon is not defined. How to solve?

    • @letmecode001
      @letmecode001  3 года назад

      Either you have not created doremon function and u r calling that Or u have not defined doremon variable and trying to use that.

  • @dhruvmishra2232
    @dhruvmishra2232 3 года назад +1

    So amazing sir

  • @fundedforexaccount
    @fundedforexaccount Год назад

    if 0< = i < 30 or 60 < = i < 90:
    Sir is value mein error a rha ha

  • @souravyadav9968
    @souravyadav9968 2 года назад

    Bhai pura code krne k bdd 3rd line me x,y invalid syntax aa rha h

  • @ishneetkaur1557
    @ishneetkaur1557 3 года назад +2

    Sir...❤️❤️❤️❤️

  • @Ramrathore17
    @Ramrathore17 2 года назад

    Sir hum Python suruat se sikh rahe hai par practice kaise kare

  • @reenashukla9151
    @reenashukla9151 3 года назад +1

    Sir from wher we can get output

  • @supriyaphadatare7189
    @supriyaphadatare7189 3 года назад +1

    Hey .there is an error like name is not define..🤔

  • @mohinisuravase9862
    @mohinisuravase9862 Год назад

    Error :a is not define ho raha he sir

  • @satyajitpanda6106
    @satyajitpanda6106 3 года назад +4

    There is an error " _name_" is not defined. How to solve?

  • @harshu1129
    @harshu1129 2 года назад +1

    ek side 2 aur ek side 3 moochh ?

    • @letmecode001
      @letmecode001  2 года назад +1

      Bhari mistake ho gya bro, tisri muchh ap bna lo bhai😄😅

  • @kanchanshukla6209
    @kanchanshukla6209 3 года назад +1

    Great 👌

  • @dhruvvaghela4398
    @dhruvvaghela4398 Год назад +1

    sir ek hath me circle baki he abhi

  • @hansikareddy9244
    @hansikareddy9244 3 года назад +1

    sir on which website u are writing this code

  • @sasuke-cm8fd
    @sasuke-cm8fd 2 года назад

    Sir open hi nhi ho raha file

  • @arpitaghosh8515
    @arpitaghosh8515 Год назад +1

    Please give the source code

  • @gamingworld2581
    @gamingworld2581 3 года назад

    Thanks

  • @piratesgaming2006
    @piratesgaming2006 Год назад

    Nhi ho raha sir ji

  • @dhruvvaghela4398
    @dhruvvaghela4398 Год назад +1

    plz sir jaldi se mistake solve karke code dedo i want submitt this project into collage

  • @user-cq1vm6bj5e
    @user-cq1vm6bj5e 10 месяцев назад

    can i have the source code

  • @monubaghel_4gamergaming64
    @monubaghel_4gamergaming64 Год назад

    Code run nhi ho raha

  • @rehanshaikh1522
    @rehanshaikh1522 2 года назад +1

    Code kaha he bhai

  • @thedepressedkid69000
    @thedepressedkid69000 3 года назад +1

    Sir can you plz send me script of this doremon python

    • @letmecode001
      @letmecode001  3 года назад +1

      Sure I'll share on mg telegram please join
      t.me/letmecodewithabhinav

  • @c7...741
    @c7...741 2 года назад

    Hello sir aap motu patalu ka bhi program banao na plzz.... 😀

  • @kanchanshukla6209
    @kanchanshukla6209 3 года назад +1

    🎉🎉🎉🎉🥰🥰🥰❤️❤️❤️❤️😘😘😘😘😘😘

  • @indrakumarpandey243
    @indrakumarpandey243 3 года назад +1

    ❤️❤️👍

  • @TanyaGupta-kt3ph
    @TanyaGupta-kt3ph Год назад

    😮😮😮😮😮😮😮

  • @shahzad_abbasi
    @shahzad_abbasi Год назад +1

    Bhai Google se achha copy paste kara hai aapne

    • @letmecode001
      @letmecode001  Год назад

      Thank you bhai, tum bhi karke 40 min ki video bana do. Or bhi 200+ videos kahi na kahi se copy paste kri h bhai vo bhi dekh lo.

    • @shahzad_abbasi
      @shahzad_abbasi Год назад +1

      @@letmecode001 aur video ki to pata nahi per ye bilkul copy hai mene dekha tha same code Google per aur wahi tumne kara hai

    • @letmecode001
      @letmecode001  Год назад

      Thik h bhai tu khush hoja ki copy paste hi kia h✌ or bhi ase jaha ek solution mile wha yahi samjh lena ki copy kia hai.
      Or han bro is video ka upload date or jaha tumne dekha hai wha ka date match kr lena fr btana.

  • @bhavyasripillalamarri7228
    @bhavyasripillalamarri7228 Год назад

    Bro do a video for shinchan pleaseeee

  • @c7...741
    @c7...741 2 года назад

    Video bnao na motu patalu Computer graphics program pe

  • @yogeshthakur8060
    @yogeshthakur8060 3 года назад

    Bhai ek dragon ball z k Goku ko draw kijiye please

  • @Raj-we9fw
    @Raj-we9fw 2 года назад

    Bhaiya mai ek dum new hu and python ke baare mai kuch nahi jaanta tha lekin aapki video dekh ke maine Pyscripter download kara and aapke sath Doraemon banane ki kosis ki. Bhaiya maine coding to puri kar di lekin run karne pe kuch likha aa raha hai:--" Remote Interpreter Reinitialized *** " bhaiya iska kya matlab hua

  • @ashishkakani
    @ashishkakani 2 года назад +1

    Sir source code dedo pls

    • @letmecode001
      @letmecode001  2 года назад

      Already shared kn telegram

    • @ashishkakani
      @ashishkakani 2 года назад +1

      @@letmecode001 sir could you pls give the telegram link?

    • @r.g.creativeyt7870
      @r.g.creativeyt7870 2 года назад

      @@letmecode001 Sir drive mein bhi de dete toh shi rhta na

  • @c7...741
    @c7...741 2 года назад

    Plzz sir....

  • @SagarSingh-oc3xo
    @SagarSingh-oc3xo 3 года назад +1

    I have written same as u have shown in the video...but still the program is not running..& not showing any error
    Showing "help","copyright","credits" or "license ()" for more information.
    Plzz help tell how can I run program...

    • @letmecode001
      @letmecode001  3 года назад

      There might be some issue in your code please take code from my telegram group and try to run that.

  • @floridan1238
    @floridan1238 3 года назад +1

    bhai final code de de

    • @letmecode001
      @letmecode001  3 года назад +1

      Bhai telegram pe daal rkha h
      Telegram ka link description me hoga.

  • @ashokmistry8092
    @ashokmistry8092 3 года назад

    Sir code do

  • @jitendrapedina5663
    @jitendrapedina5663 2 года назад

    Bro can u send me the code for it

  • @amrutagolam1235
    @amrutagolam1235 3 года назад +1

    There is an error...one hand of Doremon is blue

    • @letmecode001
      @letmecode001  3 года назад

      After watching tutorial you can correct it🤪
      Try to correct it brother if still there is any error then I'll rectify it.

  • @BeatsJerry07
    @BeatsJerry07 2 года назад

    source code plz