Python Forum
Looking for help on making a script [no idea where to start]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for help on making a script [no idea where to start]
#1
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
Reply
#2
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).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,473 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  how to stop and start a script for 30 seconds laspaul 9 7,512 Jan-16-2020, 02:13 PM
Last Post: laspaul
  Multiple start of script dev1755 2 2,123 Sep-22-2019, 10:44 PM
Last Post: dev1755
  Making a generalised CSV COPY script in Python Sandy7771989 3 2,379 Jul-05-2019, 11:02 PM
Last Post: Larz60+
  What's the difference b/w assigning start=None and start=" " Madara 1 2,276 Aug-06-2018, 08:23 AM
Last Post: buran
  win10 Service(script) start and stop hwa_rang098tkd 0 2,427 Jun-21-2018, 07:42 PM
Last Post: hwa_rang098tkd
  Using Subprocess.Popen to start another python script running in background on Window johnb546 0 13,611 Jun-01-2018, 01:57 PM
Last Post: johnb546
  Script ends, does not start again phanegem 8 5,014 Mar-30-2017, 07:36 PM
Last Post: nilamo
  script give me this msg at start alidmc1 7 7,543 Mar-29-2017, 03:39 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020