Commit Graph

8 Commits

Author SHA1 Message Date
aussiDavid
986a2af1e4 Dockerised python CLI program
* Dockerised python CLI program

* Add all files into the docker image
2019-03-22 13:31:05 +00:00
Arkadiusz Michał Ryś
1b0af0908d
Fix typo in readme
Add missing 'y' in 'may', and a missing 'r' in 'library' in the readme file.
2019-03-17 15:15:53 +01:00
Toon
3279ad4dd5 Better error handling and output format (#6)
* Update readme: fix small redirection mistake

* Use one output line per password

* More graceful error handling

* Only catch UnicodeErrors
2019-03-14 14:33:15 +00:00
micsthepick
f2048b7d15 Python 2 support (#11)
* consistency of output in python 2

print("string") and print "string" have the same behavior in Python 2 and 3, but print("string", "string") will print a tuple in Python 2

* Add requirement

Update readme to include info on the one required library, requests, including a pip install command.
2019-03-14 12:31:25 +00:00
Michael Pound
521c441a6a
Update README.md
Typo fixes
2019-03-13 10:42:26 +00:00
Michal Nazarewicz
068f0832f7 Support reading passwords from standard input 2019-03-13 01:37:42 +00:00
Michael Pound
80f2da2f03 Code added 2019-03-12 21:41:07 +00:00
Michael Pound
1025d72d83
Initial commit 2019-03-12 21:38:34 +00:00