Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42319 > unrolled thread

I wanna make wordlist cutter

Started byTheDigitalroot <sagittarus999@gmail.com>
First post2013-03-29 22:09 -0700
Last post2013-03-29 23:06 -0700
Articles 6 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  I wanna make wordlist cutter TheDigitalroot <sagittarus999@gmail.com> - 2013-03-29 22:09 -0700
    Re: I wanna make wordlist cutter rusi <rustompmody@gmail.com> - 2013-03-29 22:25 -0700
    Re: I wanna make wordlist cutter TheDigitalroot <sagittarus999@gmail.com> - 2013-03-29 22:28 -0700
      Re: I wanna make wordlist cutter rusi <rustompmody@gmail.com> - 2013-03-29 22:38 -0700
    Re: I wanna make wordlist cutter TheDigitalroot <sagittarus999@gmail.com> - 2013-03-29 22:30 -0700
    Re: I wanna make wordlist cutter TheDigitalroot <sagittarus999@gmail.com> - 2013-03-29 23:06 -0700

#42319 — I wanna make wordlist cutter

FromTheDigitalroot <sagittarus999@gmail.com>
Date2013-03-29 22:09 -0700
SubjectI wanna make wordlist cutter
Message-ID<a79977fd-bd1a-45f4-bfd0-279e811e8137@googlegroups.com>
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 program assume count of numbers like notepad ++ which inlcude in wordlist.txt that i input with command .

How can i code for that , please guide me and help me .

[toc] | [next] | [standalone]


#42320

Fromrusi <rustompmody@gmail.com>
Date2013-03-29 22:25 -0700
Message-ID<3c24695e-e28a-48d8-b4bb-43247f73aee8@j1g2000pbq.googlegroups.com>
In reply to#42319
On Mar 30, 10:09 am, TheDigitalroot <sagittarus...@gmail.com> 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 string to count
>
> eg , Enter your count:
>
> at that time , my program assume count of numbers like notepad ++ which inlcude in wordlist.txt that i input with command .
>
> How can i code for that , please guide me and help me .

No idea what is 'wordlist cutter.'
Are you assuming that folks here should be upto speed with notepad++
vocabulary?

[toc] | [prev] | [next] | [standalone]


#42321

FromTheDigitalroot <sagittarus999@gmail.com>
Date2013-03-29 22:28 -0700
Message-ID<06e315c2-3284-4271-89d6-ad2a030b07cc@googlegroups.com>
In reply to#42319
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

[toc] | [prev] | [next] | [standalone]


#42323

Fromrusi <rustompmody@gmail.com>
Date2013-03-29 22:38 -0700
Message-ID<c0b648e8-8a9e-406d-a01e-023169254c3a@mz7g2000pbb.googlegroups.com>
In reply to#42321
On Mar 30, 10:28 am, TheDigitalroot <sagittarus...@gmail.com> 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 want.
Anyways heres a suggestion.
To start with forget about files; work with (triple quoted?) strings
And before that maybe a simple string representing a single line.
And before that maybe a list containing strings, where each string is
a word as you want.
Now do what you want with that list (Or tell us what you want done)
Then reverse-engineer back to files (Or if stuck tell us where)

[toc] | [prev] | [next] | [standalone]


#42322

FromTheDigitalroot <sagittarus999@gmail.com>
Date2013-03-29 22:30 -0700
Message-ID<5546fb63-50f3-4305-94a9-37433605153d@googlegroups.com>
In reply to#42319
 I mean , I wanna detect counts of words that i insert with command line .

[toc] | [prev] | [next] | [standalone]


#42325

FromTheDigitalroot <sagittarus999@gmail.com>
Date2013-03-29 23:06 -0700
Message-ID<9e1f3f43-b204-463e-9944-913f09e9708b@googlegroups.com>
In reply to#42319
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\wordlist.txt
> 
> 
> 
> and than I will use a string to count
> 
> 
> 
> eg , Enter your count: 
> 
> 
> 
> at that time , my program assume count of numbers like notepad ++ which inlcude in wordlist.txt that i input with command .
> 
> 
> 
> How can i code for that , please guide me and help me .
thanks bro , all of the others can give me a dvice or sample codes 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web