Reputation: 3
I'm sorry if this is really basic but: when I open the Python IDLE editor, the shell opens, then I have to open the editor from the shell. Is there any way I can have the shell and editor automatically resize to a specific size upon opening? Can I use a batch file perhaps?
Upvotes: 0
Views: 1014
Reputation: 5683
Try this :
Options > Configure IDLE > General tab > Initial Window size
Upvotes: 1