edawine
d8a6245103
Uses 'with' instead of manually closing files
...
Uses 'with' statement when opening files to guarantee files are closed even when the process is interrupted.
2016-10-09 00:30:05 +07:00
edawine
4b43a2f507
Add another randomness into the password generator
...
Uses import random for namespace cleanliness
Uses list instead of string for 'chars' variable in order to shuffle, increases randomness
Instead of string formatting, uses string concatenation because (currently) it is simpler
2016-10-09 00:09:59 +07:00
Harshil Darji
ab2161e470
initial
2016-09-06 18:04:53 +05:30
Harshil Darji
f5c73a6f26
initial
2016-09-06 17:53:48 +05:30
Harshil Darji
456995580b
Initial
2016-08-23 17:51:04 +05:30
Harshil Darji
22a4f26cf6
initial
2016-08-18 18:29:10 +05:30
Harshil Darji
45af05b1af
improvement
2016-08-14 17:43:32 +05:30
Harshil Darji
4e3ff7c8e2
Initial
2016-08-14 12:18:30 +05:30
Harshil Darji
e51406583c
Initial
2016-08-11 19:13:33 +05:30