Skip to content

Instantly share code, notes, and snippets.

View razasyedh's full-sized avatar

Syed Raza razasyedh

View GitHub Profile
@razasyedh
razasyedh / case.py
Created January 26, 2015 16:03
A utility for converting strings to different cases.
#!/usr/bin/env python
"""case.py
A utility for converting strings to different cases.
Usage info is autogenerated by the argparse module and can be accessed
by running the program with the '-h' option.
"""
@razasyedh
razasyedh / decode.py
Last active August 29, 2015 14:12
A defunct script for scraping download URL's from madokami.
#!/usr/bin/env python
"""decode.py
A python tool that decodes the obfuscated URL's on madokami pages and
outputs them to a file.
Dependencies: requests, beautifulsoup4
Usage: decode.py URL outputfile.txt