Question Printing image to python

chaoyang

Reputable
Oct 24, 2019
384
44
4,790
I know this might not be the right place to ask but I lost my Stackoverflow account and still need to reset my password later.

I'm trying to print an image to a specific coordinate (x,y) on the screen

Imported modules:
turtle
os


I have previously imported image by setting one of the turtle object to be set as the image, but I want to print the image without having to make another turtle as it takes time to load
 
I am not sure that I am understanding the problem you are experiencing.

Are you using turtle to draw something and then place images at certain coordinates along the turtle's path?

Are you able to post your code to date?

Are you working with pygame?
 
  • Like
Reactions: chaoyang
I am not sure that I am understanding the problem you are experiencing.

Are you using turtle to draw something and then place images at certain coordinates along the turtle's path?

Are you able to post your code to date?

Are you working with pygame?
It's fine I figured it out myself, thank you thou. Sorry for not closing this chat in time