Python Forum
Is there a way to move text created by turtle.write()?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to move text created by turtle.write()?
#6
Yes I think your choices in turtle are to use the pens as your images (maybe one turtle for each letter?), or to draw, wait, erase, redraw over and over.

If you went down to tkinter, you could draw objects directly and then you'd be able to move them around on the canvas. A bit more work than just using turtle, but you would have extra functionality.
Reply


Messages In This Thread
RE: Is there a way to move text created by turtle.write()? - by bowlofred - Dec-15-2020, 04:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  matplotlib x-axis text move bottom upward jacklee26 3 1,118 May-31-2023, 04:28 AM
Last Post: jacklee26
  Read text file, modify it then write back Pavel_47 5 1,798 Feb-18-2023, 02:49 PM
Last Post: deanhystad
  Turtle.setpos() vs text position on screen query ElectronWrangler 0 1,741 Nov-26-2022, 02:39 AM
Last Post: ElectronWrangler
  How to write in text file - indented block Joni_Engr 4 6,628 Jul-18-2022, 09:09 AM
Last Post: Hathemand
  CSV to Text File and write a line in newline atomxkai 4 2,824 Feb-15-2022, 08:06 PM
Last Post: atomxkai
  List Won't Write in Text File IILawrenceII 4 2,252 Jul-17-2020, 11:16 PM
Last Post: j.crater
  Write text expander in Python constantin01 5 4,066 Jan-16-2020, 08:28 AM
Last Post: buran
  read text file and write into html with correct link jacklee26 4 3,028 Aug-02-2019, 05:48 AM
Last Post: jacklee26
  write image into string format into text file venkat18 2 4,512 Jun-01-2019, 06:46 AM
Last Post: venkat18
  write each line of a text file into separate text files and save with different names Shameendra 3 2,881 Feb-20-2019, 09:07 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020