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()?
#7
(Dec-15-2020, 04:59 PM)bowlofred Wrote: 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.

I'll try the redraw method first and I'll use separate letter images if that doesn't work. Just wanted to make sure I wasn't doing a harder method if there was something easier available. I'll look into tkinter, but I can't use it anyway because of the restrictions. Thank you.
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I write formatted (i.e. bold, italic, change font size, etc.) text to a file? JohnJSal 13 28,923 May-20-2025, 12:26 PM
Last Post: hanmen9527
  matplotlib x-axis text move bottom upward jacklee26 3 2,287 May-31-2023, 04:28 AM
Last Post: jacklee26
  Read text file, modify it then write back Pavel_47 5 5,109 Feb-18-2023, 02:49 PM
Last Post: deanhystad
  Turtle.setpos() vs text position on screen query ElectronWrangler 0 3,284 Nov-26-2022, 02:39 AM
Last Post: ElectronWrangler
  How to write in text file - indented block Joni_Engr 4 8,697 Jul-18-2022, 09:09 AM
Last Post: Hathemand
  CSV to Text File and write a line in newline atomxkai 4 4,228 Feb-15-2022, 08:06 PM
Last Post: atomxkai
  List Won't Write in Text File IILawrenceII 4 3,737 Jul-17-2020, 11:16 PM
Last Post: j.crater
  Write text expander in Python constantin01 5 5,378 Jan-16-2020, 08:28 AM
Last Post: buran
  read text file and write into html with correct link jacklee26 4 4,149 Aug-02-2019, 05:48 AM
Last Post: jacklee26
  write image into string format into text file venkat18 2 5,550 Jun-01-2019, 06:46 AM
Last Post: venkat18

Forum Jump:

User Panel Messages

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