Pygame and turtle and tkinter help questions

hey good morning i have a question regarding pygame:
is pygame used in programing games ?
and lastly how do i use turtle
and lastly lastly when is it most appropriate to use tkinter
any help?

bump someone help please

On the Pygame site there is a tutorial. The second paragraph in the introduction reads:

Pygame](https://www.pygame.org/) is a python wrapper for SDL, written by Pete Shinners. What this means is that, using pygame, you can write games or other multimedia applications in Python that will run unaltered on any of SDL’s supported platforms (Windows, Linux, Mac, and others).

So yes, pygame is used to create games.

On the site of python.org there is a tutorial specific for turtle graphics. You may have some trouble (e.g. what is “a python shell”?), there are links to non-programmer tutorial on that same site, or you can ask a specific question here.

Before you worry about tkinter, start by learning programming. GUI programs are a more advanced subject.

ok its just that i have a game i made and it used tkinter bot sure y
also how do i use py.turtle