Python Turtle Graphics - bgcolor() | title() | bgpic()

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ •

  • @素人パイソンのナグ
    @素人パイソンのナグ 3 роки тому +9

    There weren't many sites that could tell me about bgpic().
    That's why I was saved.
    thanks you.

  • @hazike230
    @hazike230 3 роки тому +8

    とても助かりました!ありがとう!
    (in japanese➡I received your big help! Thank you very much!)

  • @dav1d_andrew
    @dav1d_andrew 4 роки тому +12

    Your python turtle videos are so amazing. Thanks for sharing these :)

  • @aakashmaddheshiya11
    @aakashmaddheshiya11 2 роки тому +2

    You voice is so peaceful, And thank s for your great video

  • @karthik.963
    @karthik.963 6 років тому +3

    Happy teachers day @amulya shetty ma'am...ilearnt a lot by watching ua vedios#tqsm

  • @satyajitdas2780
    @satyajitdas2780 6 років тому +7

    Very nice one, just came to know practically that we can do web design also in python. Thanks.

  • @code-to-learn
    @code-to-learn Рік тому +1

    Thank you so much. I am impressed for this nice explanation

  • @theannguyenuc2121
    @theannguyenuc2121 4 роки тому +3

    save as GIF at the desktop, tried 3 different images...it keeps "no such data or directory"
    import turtle
    amul=turtle.Turtle()
    wn=turtle.Screen()
    wn.bgpic("pig.gif")

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому

      Check where python file is saved :)

  • @angelodeus8423
    @angelodeus8423 3 роки тому +2

    any idea on how to change the console background color, with a custom color

  • @thestartupguy3975
    @thestartupguy3975 5 років тому +7

    I am having trouble with wn.bgpic (). Every time I put in the name of the .gif file, it gives me an error saying it cant read the data in the file

    • @AmulsAcademy
      @AmulsAcademy  5 років тому

      May be the image file is corrupted , try some other image.
      And give me the full program please :)

    • @paragjain6165
      @paragjain6165 3 роки тому

      Same problem

    • @ebraheememad9593
      @ebraheememad9593 2 роки тому

      Same

    • @jyotsnasharma4133
      @jyotsnasharma4133 2 місяці тому

      Try giving full path or going into the exact path as the photo file. If it doesn't work, your photo is corrupted.

  • @afearofunknown3628
    @afearofunknown3628 3 роки тому +1

    Which compiler you use, please tell me..... I can't run on pycharm Or vs code

  • @kotar.a8376
    @kotar.a8376 6 років тому +2

    Thank you! this really helped me!

  • @SYBAFJAISWALAARTI
    @SYBAFJAISWALAARTI Рік тому

    Why software you are using to run python

  • @SaurabhSawant-e6e
    @SaurabhSawant-e6e 7 місяців тому

    hello Maam if i want to install this turtle module so can we use pip install turtle in VS code?

  • @Basskarpkt
    @Basskarpkt 9 місяців тому

    In bgpic can we only use .gif? Why no other extensions

  • @uwuster
    @uwuster 4 роки тому +2

    Hi, this didn't work for me at first but importing time and adding a time.sleep(5) at the end of the program helped and made it work and not shut off in 50-100 milliseconds.

  • @obededomtorres4396
    @obededomtorres4396 2 роки тому +1

    Muchas gracias... me fue de gran ayuda

  • @1Aamir1
    @1Aamir1 6 років тому +4

    hi, Is it possible to do some tutorial on Tkinter or Pygame plz?

    • @AmulsAcademy
      @AmulsAcademy  6 років тому +1

      Currently i can't :)
      But i will do that some day:)

  • @nishkathadani356
    @nishkathadani356 3 роки тому

    this video was very helpful to me! you are very detailed! thank you soooo much!!

  • @jonnywinkler6328
    @jonnywinkler6328 5 років тому +2

    Perfect video I like it.

  • @nilujod1575
    @nilujod1575 2 роки тому

    Great video ma'am

  • @bountyhunter8132
    @bountyhunter8132 5 років тому +3

    I have the same problem as Red Jay and I tried to do what you said but it's not working!

    • @AmulsAcademy
      @AmulsAcademy  5 років тому +1

      Give me the program , i will check :)

  • @neelanshuagarwal4067
    @neelanshuagarwal4067 5 років тому +4

    can we add audio also in the background as like image? if yes , then what should be the code for this.

  • @7a53vinay4
    @7a53vinay4 4 роки тому +4

    in my case it is saying turtle has no attribute "colour"
    or bgcolour

  • @rishabhshah8845
    @rishabhshah8845 6 років тому +1

    awesome video👍👍👍👍

  • @GauravSingh-sk5nl
    @GauravSingh-sk5nl 6 років тому +1

    happy Sri Krishna janmashtami ......mam

  • @CommentEntertainmentService
    @CommentEntertainmentService 3 роки тому +1

    Thks a lot

  • @vioceofani
    @vioceofani Рік тому +1

    mam how to draw a diagram on the background the image

  • @최용성_19
    @최용성_19 5 років тому +3

    wow ! thank you

  • @sairampolisetty2059
    @sairampolisetty2059 2 роки тому

    Great 👍🏻🤝

  • @rajdeepghosh3724
    @rajdeepghosh3724 6 років тому +2

    GREAT GREAT...THANKS

  • @sunitaprasad7782
    @sunitaprasad7782 6 місяців тому

    Mam , ek baar hum wn mai jane ke baad firr se amul pe kaise shift honge.. 😅

  • @WideVisionin
    @WideVisionin 3 роки тому

    My phyton in 3.9.6 why I'm I not able to use these in script mode ?

  • @5074-c3k
    @5074-c3k 4 роки тому +2

    It showa invalid syntax in 3.8.2 .. How would i solve it?

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому

      Give me the program i will check :)

  • @naveenadhikari5953
    @naveenadhikari5953 6 років тому +3

    I am still waiting for my bubble sort program using number of iteration can you do faster plzz

    • @AmulsAcademy
      @AmulsAcademy  6 років тому

      Yes i will upload it in 2-3 days:)

  • @MrHARSHA-np1qi
    @MrHARSHA-np1qi 5 років тому

    Your voice is very good babe sweet and clear

  • @ggg_0345
    @ggg_0345 3 роки тому +1

    the image step is not working...
    what could be the solution please help maam

  • @venkatkrishnan9777
    @venkatkrishnan9777 3 роки тому

    Superb

  • @sanjaybalaji6506
    @sanjaybalaji6506 3 роки тому +1

    Tq so much

  • @gaurei-02j70
    @gaurei-02j70 4 роки тому +1

    But in my case there was only example one but python did not come

  • @codingisfun007
    @codingisfun007 4 роки тому +1

    For me it's showing error of bgpic

  • @rafaelperezmederos6958
    @rafaelperezmederos6958 5 років тому +2

    Can you do this in pycharm please ?

    • @AmulsAcademy
      @AmulsAcademy  5 років тому +1

      In pychram end program with,
      turtle.done()
      or
      turtle.exitonclick()
      :)

    • @rafaelperezmederos6958
      @rafaelperezmederos6958 5 років тому

      Amuls Academy thank you! liked and subscribed 💯

  • @anmolkumara.k9033
    @anmolkumara.k9033 5 років тому +1

    Is it is use in script mode

  • @LimeSpeedCrystal
    @LimeSpeedCrystal 2 роки тому

    Great!

  • @polunochNY
    @polunochNY 3 роки тому +1

    how i can change titlebar icon of window? please!

    • @AmulsAcademy
      @AmulsAcademy  3 роки тому

      I think I explained about title 😊

    • @polunochNY
      @polunochNY 3 роки тому

      @@AmulsAcademy no, I want to do icon of program...

  • @PIYUSH-BCSIIITK
    @PIYUSH-BCSIIITK 4 роки тому +1

    as soon as i run my turtle my code terminates and ends
    i dunno why is it happening can anyone help me with this

  • @baderalrahamneh8671
    @baderalrahamneh8671 6 років тому +1

    Great.

  • @Gamer-ko9hs
    @Gamer-ko9hs Рік тому

    I have problem, The function bgpic is not working in my python file I don't know why, I changed the it to GIF file by your method then also it is not working, whenever I use that function it shows this:
    Traceback (most recent call last):
    File "E:\Learning Python\Merry Christmas - 2.py", line 4, in
    wn.bgpic("Santa Claus Python 1.gif")
    File "C:\Python310\lib\turtle.py", line 1481, in bgpic
    self._bgpics[picname] = self._image(picname)
    File "C:\Python310\lib\turtle.py", line 477, in _image
    return TK.PhotoImage(file=filename, master=self.cv)
    File "C:\Python310\lib\tkinter\__init__.py", line 4093, in __init__
    Image.__init__(self, 'photo', name, cnf, master, **kw)
    File "C:\Python310\lib\tkinter\__init__.py", line 4038, in __init__
    self.tk.call(('image', 'create', imgtype, name,) + options)
    _tkinter.TclError: couldn't open "Santa Claus Python 1.gif": no such file or directory
    This is being showed whenever I use bgpic function. What should I do?

  • @ZubairNisar-programming
    @ZubairNisar-programming 6 місяців тому

    nice

  • @ismailfriendlychannel
    @ismailfriendlychannel 6 років тому

    Mam gif can't come to my system how to solve this problem.

  • @ShivamThakur-rt3cl
    @ShivamThakur-rt3cl 3 роки тому +1

    In my case it is saying turtle has no attribute "screen"

    • @AmulsAcademy
      @AmulsAcademy  3 роки тому +1

      Please check spelling as well as case of "screen" in your program :)

    • @ARJUN-np7uj
      @ARJUN-np7uj Рік тому

      type "S"creen

  • @vanajasane4837
    @vanajasane4837 3 роки тому

    Mam how to convert jpg to gif in Unix system

  • @harshthakur9890
    @harshthakur9890 3 роки тому +1

    Wow🤩

  • @nbahir8748
    @nbahir8748 5 років тому

    How write in idle shell

  • @spiritualsoul3405
    @spiritualsoul3405 3 роки тому

    amazing!

  • @libinnp8386
    @libinnp8386 2 роки тому

    Why 255 colormode???

  • @andrejprenkelushaj9499
    @andrejprenkelushaj9499 5 років тому +1

    omg finnaly a girl tutorial

  • @shimaaabonashy1311
    @shimaaabonashy1311 4 роки тому

    why there is no translation?

  • @LimeSpeedCrystal
    @LimeSpeedCrystal 2 роки тому

    What nationality are you?

  • @jhonymaxquirozmamani1317
    @jhonymaxquirozmamani1317 2 роки тому

    tanks

  • @linaovalle2993
    @linaovalle2993 4 роки тому +1

    It don’t work for me :(

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому +1

      Why ? Getting any error ?

    • @linaovalle2993
      @linaovalle2993 4 роки тому

      Amulya's Academy yes but I tried to put the address and change the links that works for me, but thank you so much for the video and the answer

  • @PavanKumar-by8dc
    @PavanKumar-by8dc 4 роки тому

    It's showing tkinter.TclError ,, y the tkinter is came here 🤔🤔

  • @liamstorey1441
    @liamstorey1441 4 роки тому +1

    PLS HELP I need to fix it for school mine says can't read the data in the file. Any help will be appreciated

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому

      you need to use gif file :)

    • @liamstorey1441
      @liamstorey1441 4 роки тому

      Amulya's Academy I have tried but it doesn’t work :(

  • @markmahathey690
    @markmahathey690 5 років тому

    That's it

  • @JanMarsalekWirecard
    @JanMarsalekWirecard 5 років тому

    "Title Pyton" no but great video

  • @DRAGNIL68
    @DRAGNIL68 3 роки тому

    s

  • @shibbuangry
    @shibbuangry Рік тому

    Are you a child or not?

  • @yashdubey1505
    @yashdubey1505 4 роки тому

    this girl must be beautiful i want her

  • @ManishaGupta-gn8ws
    @ManishaGupta-gn8ws Рік тому

    thankyou so much

  • @SANDESHKumar-wo2um
    @SANDESHKumar-wo2um 10 місяців тому

    thanku so much