Python Forum
Need help creating a simple script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help creating a simple script
#11
You're right i got over ambitious ill go back to reading im just super excited
Reply
#12
(Jul-14-2020, 07:44 AM)Nonameface Wrote: I dont know anything about loops either. Like i said i just started. Way point has a messenger, and i need to keep looking at it to communicate with other people, and instead of minimizing it will just pop up, and close on its own. K it worked!!! Ok so how do i do the "while loop"?

(Jul-14-2020, 07:49 AM)ndc85430 Wrote: Perhaps you need to work through a book or tutorial on the language, if you don't know basic things like how to use while loops?

I agree with ndc85430, understanding the fundamentals is essential. We can all help you with the code but if you don't understand anything then its pointless. We want to enrich your learning, not cut it short by giving you all the answers! Start with https://python-forum.io/Forum-Tutorials. Amongst doing various online courses through Udemy, codeacademy, freecodecamp (Most of the course's i have done have been free) Youtube is always fairly decent, you can find a few decent people to follow on there, and of course:- This forum. Checkout the learning materials here. (I'd recommend doing this first -> https://python-forum.io/Forum-Tutorials)
Reply
#13
You should import time and use time.sleep(seconds) to wait in the background, you could then use
the os.system() command to kill the window.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple Python script, path not defined dubinaone 3 2,654 Nov-06-2021, 07:36 PM
Last Post: snippsat
  Help with Creating a Script for Automating Reports SunWers 1 1,882 Dec-29-2020, 10:21 PM
Last Post: jjc385
  Creating a simple rate limiter. DreamingInsanity 0 1,689 May-28-2020, 11:08 AM
Last Post: DreamingInsanity
  Creating an executable from a script wolf8963 6 5,641 May-11-2020, 05:23 PM
Last Post: wolf8963
  Need help creating complex loop around existing script CephloRhod 5 2,704 Apr-16-2020, 01:23 PM
Last Post: deanhystad
  Simple text to binary python script gmills13 2 2,760 Feb-04-2020, 08:44 PM
Last Post: snippsat
  Creating a List with many variables in a simple way donnertrud 1 2,011 Jan-11-2020, 03:00 PM
Last Post: Clunk_Head
  Made a simple script for android (really simple) but it is not running anddontyoucomebacknomore 2 2,322 Mar-06-2019, 12:19 AM
Last Post: anddontyoucomebacknomore
  Simple script that seems to misbehave? Nwb 1 2,293 Jun-10-2018, 05:30 AM
Last Post: Nwb
  First time with Python.. need help with simple script shakir_abdul_ahad 7 5,416 May-06-2018, 09:28 AM
Last Post: killerrex

Forum Jump:

User Panel Messages

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