Copying tcl and tk libraries in my python313 folder didn't work for me. I downloaded Matplotlib and I can run command
import matplotlib.pyplot as plt
without any problem, however using any other command, such as:
print(plt.plot([1,2,3],[2,4,6]))
doesn't work and I get a very long error.