Python programs I am coding to practice.
Be careful : password meter and generator are toys, so please be careful.
pwdgenerator.py
: Original design to be a passwords generator, it actually randomly chooses two words (a descriptive and a noun), then it prints the selection to the standard output. Finally, the program creates a sort of leet string usable as a password. The words used are stored in a JSON file (see next point).words.json
: Store words in two categories, descriptive ones and nounsleet.py
: Module to deal with a sort of leet (1337) languagepwdmeter.py
: Compute the strength of a password (incomplete)input2json.py
: Not yet usable! Transform data from standard input and store it to JSONannuaire.py
: Read data from a plain text file and extract from it a name, a phone number and a website. I wrote it to turn data about the estate agencies companies into JSON.- More fun to come...