Skip to content

Instantly share code, notes, and snippets.

@chpwssn
chpwssn / nohome2.py
Last active October 28, 2015 16:29 — forked from vitzli/nohome2.py
nohome2.py: Reads from user3.txt because I cannot neither parse sys.args nor use argparse module >.<
#!/usr/bin/python3.4
# -*- coding: UTF-8 -*-
import urllib.parse
# import os.path
import pathlib
import re
import sys
from optparse import OptionParser

Project Title

One Paragraph of project description goes here, this can be pulled from the GTM/Taglines etc

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites