Turtle Python drawing | Turtle Python graphics Create Vibrate Circle using Python turtle in pycharm

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

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

  • @based-v1B3
    @based-v1B3 4 года назад +53

    Oh my god, hes using light mode.

  • @Bangtan_world769
    @Bangtan_world769 4 года назад +12

    Thanks 😍 love from india😉

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

    Wow, thx for the turtle pratice, i have improved my python so much, I wish you to have good day... 😄😛

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

    Hey,
    How to download the artwork, I mean after coding all this how can I download the file (image/gif/video) of what our turtle/code has made.. in this vdo how will u download this vibrant circles?
    ik it's been an year since this vdo has been uploaded and hence chances are very less taht you gonna see my question..

  • @shubhkashyap4693
    @shubhkashyap4693 3 года назад +3

    Which version you are using of python

  • @aniruddhadey3864
    @aniruddhadey3864 4 года назад +13

    That's amazing ! I have a doubt, Can we save this turtle animation in some .gif format through the script ?

  • @AbolfazlMondegari
    @AbolfazlMondegari 9 месяцев назад +1

    oh my god

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

    Thank you .....ab show off krunga class walo ke saamne😂😂😂wo factorial se aage ni bdte

  • @subhrasusovitabindhanira6149
    @subhrasusovitabindhanira6149 3 года назад +6

    you can also change the title with this| s.title('3d corona virus')

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

      😅😅

    • @SCHOBOB
      @SCHOBOB 2 месяца назад

      3d coronavirus that was made with triangles and circles

  • @AKBARMAULANA-qk5vt
    @AKBARMAULANA-qk5vt 2 года назад +17

    import turtle
    t=turtle.Turtle()
    s=turtle.Screen()
    s.bgcolor("black")
    t.pencolor("green")
    a=0
    b=0
    t.speed(0)
    t.penup()
    t.goto(0,200)
    t.pendown()
    while True:
    t.forward(a)
    t.right(b)
    a+=3
    b+=1
    if b ==210:
    break
    t.hideturtle()
    turtle.done()

  • @maci1245
    @maci1245 4 года назад +6

    This is amazing!!!!!

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

    you one suggestion saved my time and patience

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

    It's awesome 😎 man

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

    why my mouse wont move in pyhton screen? , it keeps can move in normal condition however in pyhtoon blackscreen the turtle did not move

  • @-A-ShivPrakash
    @-A-ShivPrakash 3 года назад +2

    A...great effort worked...it looks like 3rd wave 😂

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

    Which python compiler you use??

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

    whats confusing is it works even without instantiation turtle.Turtle() !!. So if you reference t = turtle.Turtle() and then do t.foward(100) , or turtle.forward(100), you get the same

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

    Artibute error what should I do

  • @computerworld2716
    @computerworld2716 4 года назад +2

    Very nice

  • @pawanjain7303
    @pawanjain7303 4 года назад

    bro aapne python ka kaun sa program use kara hai

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

    ye sab aap kaha pe likh rahe ho ,IDLE me kya

  • @GayatriKulkarni-je7cj
    @GayatriKulkarni-je7cj 2 месяца назад

    Which software useing

  • @LindaMoore-s3c
    @LindaMoore-s3c 11 месяцев назад +1

    cool video)

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

    where im type this code

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

    This programme really helps me

  • @pahadiofficial08
    @pahadiofficial08 10 месяцев назад +1

    Attribute error

  • @bibidupond9842
    @bibidupond9842 9 месяцев назад +1

    Merci pour le partage

    • @FortifySolutions
      @FortifySolutions  9 месяцев назад

      Thank you for your support and appreciation 💜

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

    very nice video i love the video

  • @worldtvtv
    @worldtvtv 4 года назад +1

    This is supercool! You're a genius!

  • @chavvasravan5524
    @chavvasravan5524 4 года назад +1

    Instead of while loop you can use for loop.

  • @800kpygame2
    @800kpygame2 3 года назад +5

    import turtle
    pen=turtle.Turtle()
    window=turtle.Screen()
    window.bgcolor("black")
    pen.color("green")
    pen.speed(0)
    a=0
    b=0
    while b

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

      it dosent comes in the middle of the screen.
      please help!

  • @deepanshupandit2853
    @deepanshupandit2853 4 года назад

    thanks for sharing this video

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

    Turtle has no attribute screen

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

    super bro

  • @PavanKumar-by8dc
    @PavanKumar-by8dc 4 года назад +2

    It's showing me error AttributeError: turtle has no attribute Turtle

    • @FortifySolutions
      @FortifySolutions  4 года назад +1

      U have to create turtle.
      Please recheck the top codes

    • @PavanKumar-by8dc
      @PavanKumar-by8dc 4 года назад +1

      @@FortifySolutions Yes I created a turtle , it executed in Python IDLE, but not executing in PyCharm, in that PyCharm I'm getting Attribute Error

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

      @@PavanKumar-by8dc make sure u havent named any object turtle i had that proplem before

    • @PavanKumar-by8dc
      @PavanKumar-by8dc 4 года назад

      @Rusty TNT the error was resolved bro after a minute that day only .. anyway Thanks 👍

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

    real cool man

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

    full code in the comment section please...

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

      import Turtle
      t= turtle.Turtle()
      s= turtle.Screen()
      s.bgcolor("black")
      t.pencolor("green")
      a=0
      b=0
      t.penup()
      t.goto(0,200)
      t.pendown()
      t.speed(0)
      while True:
      t.forward(a)
      t.right(b)
      a+=3
      b+=1
      if b==210:
      break
      t.hideturtle()
      turtled.one()

  • @VaradSharma2500
    @VaradSharma2500 2 месяца назад

    import turtle
    t=turtle.Turtle()
    s=turtle.Screen()
    s.bgcolor("black")
    t.pencolor("white")
    a=0
    b=0
    t.speed(0)
    t.penup()
    t.goto(0,200)
    t.pendown()
    while True
    t.forward(a)
    t.right(b)
    a+=3
    b+=1
    if b ==210
    break
    t.hideturtle()
    turtle.done()

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

    Who all think that this looks like a virus
    Corona virus😂😂

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

    thanks bro

  • @surbhirohilla5139
    @surbhirohilla5139 4 года назад

    pencolor is not defined .It is not working

    • @lubo9961
      @lubo9961 4 года назад

      Try just t.color("green")

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

    Please mam ordering your videos.

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

    Its look like JARVIS🤨

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

    thanks i did it but i bored so i changed to this
    import turtle
    t = turtle.Turtle()
    s = turtle.Screen()
    s.bgcolor('black')
    t.pencolor('white')
    a = 0
    b = 0
    while True:
    t.forward(a)
    t.right(b)
    a+=3
    b+=1
    t.speed(0)
    t.penup()
    t.goto(0, 200)
    t.pendown()
    if b ==100:
    break
    t.hideturtle()
    turtle.done()
    it came like a...... i don't know what we will call but thanks

  • @funwithpython9225
    @funwithpython9225 4 года назад

    Function of forward????

  • @richardrichard59
    @richardrichard59 4 года назад

    it does not work eh

    • @lubo9961
      @lubo9961 4 года назад

      It does work check code again

  • @sahilchachera8411
    @sahilchachera8411 4 года назад

    That look like corona

  • @g0u74m8
    @g0u74m8 4 года назад

    Thanks didi

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

    Gimmme source code

  • @neerajsinghrawat4223
    @neerajsinghrawat4223 4 года назад +1

    it dosn't worked ! very bad project

    • @FortifySolutions
      @FortifySolutions  4 года назад

      Please check the pre requisite...

    • @lubo9961
      @lubo9961 4 года назад

      Its working check the code again

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

      @@lubo9961 Please check the code and then try again.

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

    import turtle
    t = turtle.Turtle()
    s = turtle.Screen()
    s.bgcolor('black')
    t.pencolor('green')
    a = 0
    b = 0
    t.speed(0)
    t.penup()
    t.goto(0, 200)
    t.pendown()
    while True:
    t.forward(a)
    t.right(b)
    a += 3
    b += 1
    if b == 210:
    break
    t.hideturtle()
    turtle.done()