A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Some 5 minute Python scripts for Boobearsh...

1.5k views · started by Riddle ·
#1
Some 5 minute Python scripts for Boobearsh...
Sources included.

Not much, feel free to use any of it.

And... for some reason I can't upload to LG. :/

http://www.mediafire.com/?tx7br66qj329z7h
#2
Thanks so much, you have no fucking clue how much this helps me... lol.

Sent you hmm... 350k LG.

Uhh, one huge problem. Program = backwards.

I want it to keep the lines that I filter, not delete those...

Like, I only want the lines I put filter askdsad, I only want the lines with askdsad on them...

Another issues it that it's cap sensitive, as in... if I put askdsad, it'll ignore Asdksad.

How do I add multiples?

You know I"m picky with my programs :P
#3
There you go. You can choose whether you want to remove or keep what you filter. You can use more than one keyword to filter with. No longer Caps sensitive.

That should do it? :)
#4
2 million times better, thanks. (:
#5
What does it do?
#6
Say I have a list like this..(not exactly, but example..)

adfsad
asdfs
dd
sds
dsfdsa
zxcvzx
bzxcvz
zxvzxcv
z
xcv

And I tell it to filter the lines out without z
I come out with... a txt with just the ones with z's...

Simple program, but I needed it...
#7
yeah, nothing much to it. I literally spent like 5 minutes on it, didn't bother to make it pretty or anything... it just works. XD
#8
It is incredibly simple to make.
#9
For a programmer yes I'm sure it is.

For me, I'm sure it's not lol.