Python Forum

Full Version: Looking for help on making a script [no idea where to start]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was looking to make a script for a game i play to click on buttons as they appear on screen because its just too hard for me to do lol the buttons appear randomly and they need to be clicked at a precise time and order but i have no clue how to code
you can use any text editor, so long as file suffix is .py
A better solution is to use an IDE (there are many: google 'python IDE')
I would recommend VSCode, (see tutorial on this forum: https://python-forum.io/Thread-VS-Code-f...ght=VSCode )
but it's a personal choice PyCharm is also well liked.
using an IDE will allow you to easily use debuggers, keep code organized, and quickly execute within a terminal window while developing tour code in another frame (same IDE).