Login Register






My Python Looper + Link + intstructions filter_list
Author
Message
RE: My Python Looper + Link + intstructions #11
(08-23-2014, 04:45 AM)Psycho_Coder Wrote: There is a single file named LoopBanner.py that contains nothing more than useless imports and OptionParser and another how to use file

well if you would read the guide and do the following you will see what it does if you dont wish to ill will show you it loops you text like so [Image: 6d1c90fe8d22bf38e7f9c4b959e644f0.PNG]


RE: My Python Looper + Link + intstructions #12
(08-23-2014, 04:45 AM)Psycho_Coder Wrote: There is a single file named LoopBanner.py that contains nothing more than useless imports and OptionParser and another how to use file

well if you would read the guide and do the following you will see what it does if you dont wish to ill will show you it loops you text like so [Image: 6d1c90fe8d22bf38e7f9c4b959e644f0.PNG]


RE: My Python Looper + Link + intstructions #13
Loops what the fuck you're making a fool of everyone, all you're doing is printing the text infinitely, where you you see loops and what loops.

Code:
while true: print (BAN)

you're just making shitty things.
[Image: OilyCostlyEwe.gif]


RE: My Python Looper + Link + intstructions #14
Loops what the fuck you're making a fool of everyone, all you're doing is printing the text infinitely, where you you see loops and what loops.

Code:
while true: print (BAN)

you're just making shitty things.
[Image: OilyCostlyEwe.gif]


RE: My Python Looper + Link + intstructions #15
(08-23-2014, 05:29 AM)Psycho_Coder Wrote: Loops what the fuck you're making a fool of everyone, all you're doing is printing the text infinitely, where you you see loops and what loops.

Code:
while true: print (BAN)

you're just making shitty things.

well i miss interpreted the program name but you get what i mean constant loop of user input it saves time instead of
doing a for i in range
also you can press control-c dont no why you dont like it saves alot off time and is fun


RE: My Python Looper + Link + intstructions #16
(08-23-2014, 05:29 AM)Psycho_Coder Wrote: Loops what the fuck you're making a fool of everyone, all you're doing is printing the text infinitely, where you you see loops and what loops.

Code:
while true: print (BAN)

you're just making shitty things.

well i miss interpreted the program name but you get what i mean constant loop of user input it saves time instead of
doing a for i in range
also you can press control-c dont no why you dont like it saves alot off time and is fun


RE: My Python Looper + Link + intstructions #17
How does't it saves time o.O its an infinite loop. If you are trying to print some text n a program them will you be using this ?

CTRL + C will even terminate the current program execution. So bad concept. Also why would someone print something infinitely unless you're absolutely dunce.


I will close this thread now.
[Image: OilyCostlyEwe.gif]


RE: My Python Looper + Link + intstructions #18
How does't it saves time o.O its an infinite loop. If you are trying to print some text n a program them will you be using this ?

CTRL + C will even terminate the current program execution. So bad concept. Also why would someone print something infinitely unless you're absolutely dunce.


I will close this thread now.
[Image: OilyCostlyEwe.gif]