[Python]Calling multiple instance of a script in CMD/Creating a GUI

Discussion in 'Programming General' started by ghoulman, Mar 28, 2014.

[Python]Calling multiple instance of a script in CMD/Creating a GUI
  1. Unread #1 - Mar 28, 2014 at 4:31 AM
  2. ghoulman
    Joined:
    Jun 11, 2012
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    ghoulman Active Member
    Banned

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    I'm trying to either have multiple instances of a timer run in the Windows terminal or have multiple instances of the same timer run in a GUI.

    The timer is coded in Python.

    What's the best way to do this? I need each timer to count down individually. It wouldn't matter if they all counted down at once.

    Would it be possible to have an input (
    Code:
    raw_input
    ) in or for a Windows terminal (could be in a separate terminal instance) which appends the new seconds to a list which displays all the previous countdowns on a new line?

    I haven't tried, but I'm thinking that's possible. It would surely be the simplest solution because it seems achievable with my knowledge.

    Is it possible to have an input (
    Code:
    raw_input
    ) in a Windows terminal that would allow you to type a world for more than 1 second before clearing your input? ie) you enter "1" and then the timers count and your entry clears before you can continue typing.
     
  3. Unread #2 - Mar 31, 2014 at 2:57 AM
  4. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    I don't really see what you're trying to do? From the sounds of it I don't know at all why you're even using timers.
     
  5. Unread #3 - Mar 31, 2014 at 10:39 PM
  6. ghoulman
    Joined:
    Jun 11, 2012
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    ghoulman Active Member
    Banned

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    Runite respawn timer :D
     
  7. Unread #4 - Apr 1, 2014 at 5:04 PM
  8. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    I don't actually know Python but timers are the same in every language. Just make a timer that counts time on an interval of 1000 ms or whatever, and take in user input to start it, stop it, and reset it if you're REALLY set on doing commandline.
     
  9. Unread #5 - Apr 1, 2014 at 6:52 PM
  10. ghoulman
    Joined:
    Jun 11, 2012
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    ghoulman Active Member
    Banned

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    I don't want to do it in command line... I'm asking for help to make a GUI. I've made the timer part. I want it to look prettier than it is.
     
  11. Unread #6 - Apr 1, 2014 at 8:16 PM
  12. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    Does it have to be in Python? I can help you if you do it in .NET or Java
     
  13. Unread #7 - Apr 2, 2014 at 1:59 AM
  14. ghoulman
    Joined:
    Jun 11, 2012
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    ghoulman Active Member
    Banned

    [Python]Calling multiple instance of a script in CMD/Creating a GUI

    Not at all. I'm just more familiar with Python than .NET and Java. I'm a complete beginner in Python and less than that in .NET and Java.

    I'd love your help though. Add me on skype if you like.
     
< Programming, beginner! | 6 months >

Users viewing this thread
1 guest


 
 
Adblock breaks this site