Re: I wanna make wordlist cutter

2013-03-29 Thread TheDigitalroot
On Saturday, March 30, 2013 9:09:06 AM UTC+4, TheDigitalroot wrote: > I imagine to make a wordlist cutter program with python pgrogramming . but I > don't know too much with it . > > > > I think , first , I will make a user input as a wordlist with command > > > > eg , C:\john\Desktop\word

Re: I wanna make wordlist cutter

2013-03-29 Thread rusi
On Mar 30, 10:28 am, TheDigitalroot wrote: > nope , my bro i mean count number . > > In notepad ++ , when we insert words like the follwoing , > book > cook > meet > beat > > we know 4 words because Notepad ++ show me 4 counts of words . > > I mean that , bro > thanks Still cant make out what you

Re: I wanna make wordlist cutter

2013-03-29 Thread TheDigitalroot
I mean , I wanna detect counts of words that i insert with command line . -- http://mail.python.org/mailman/listinfo/python-list

Re: I wanna make wordlist cutter

2013-03-29 Thread TheDigitalroot
nope , my bro i mean count number . In notepad ++ , when we insert words like the follwoing , book cook meet beat we know 4 words because Notepad ++ show me 4 counts of words . I mean that , bro thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: I wanna make wordlist cutter

2013-03-29 Thread rusi
On Mar 30, 10:09 am, TheDigitalroot wrote: > I imagine to make a wordlist cutter program with python pgrogramming . but I > don't know too much with it . > > I think , first , I will make a user input as a wordlist with command > > eg , C:\john\Desktop\wordlist.txt > > and than I will use a strin

I wanna make wordlist cutter

2013-03-29 Thread TheDigitalroot
I imagine to make a wordlist cutter program with python pgrogramming . but I don't know too much with it . I think , first , I will make a user input as a wordlist with command eg , C:\john\Desktop\wordlist.txt and than I will use a string to count eg , Enter your count: at that time , my