New GitHub issue #119174 from Wulian233:<br>

<hr>

<pre>
# Feature or enhancement

### Proposal:

# Comparison
Here is a side by side comparison of both tkinter turtle-graphics examples windows, with and without the GUI fix. It is fairly obvious which one is the high resolution one. Maybe the screenshot was reduced by me so that the difference was not obvious, but actually before the text was also blurry. Also the sizes are different. Increasing pixel density while not changing the number of pixels will result in smaller window sizes.
![IMG_20240519_180622](https://github.com/python/cpython/assets/71213467/2e4cedff-5f32-427a-9ca5-4f4831eb88ca)

## Solution
The solution is simple

Copy `https://github.com/python/cpython/blob/main/Lib/idlelib/pyshell.py#L16-L22` to `https://github.com/python/cpython/blob/main/Lib/turtledemo/__main__.py`

See https://learn.microsoft.com/en-us/windows/win32/api/shellscalingapi/ne-shellscalingapi-process_dpi_awareness



### Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

### Links to previous discussion of this feature:

_No response_
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119174">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>