Need help importing Tkinter

Hello, Python do you know any cause for the Tkinter package for not installing or importing?

Which operating system?

What is the code?

Did you type import tkinter or import Tkinter? Only the first will work because it’s case-sensitive.

Mr. Mathew, my operating system is windows and the code was “from tkinter import *”

Did you install Python using the installer from python.org?

Try running the installer again, click on Modify, and check that the checkbox for “tcl/tk and IDLE” is turned on.

Oh… Okay Mr. Mathew but could you please tell me how to modify the installer?

tkinter should’ve been installed as standard.

You could try the Repair option.

If that fails, try uninstalling and then re-installing Python.

Muje nhi krni hacking

Well I tried that too Mr. Mathew it’s like the import statement does not return an error but the code gets errors like “unresolved arg Tk() or something it is same to buttons and everything”