5 ответов
+ 1
Using tkinter (I don't know in pygame)
from tkinter import *
win = Tk()
print(win.winfo_screenwidth(), win.winfo_screenheight())
win.destroy()
+ 1
Théophile thank u very much
+ 1
You're welcome! Did it work?
+ 1
Yes it did
Thank you
0
But IDK why when I'm running the game it doesn't feel like a real game or real software
If you know what I mean
for example
It doesn't center itself automatically on the screen like real games do
I don't know why
Maybe you could help ....
Thank you