.. link: http://dgplug.org/summertraining/2013/posts/iowabeakster-dummy-project-20130724.html .. description: .. tags: .. date: 2013/07/24 15:36:23 .. title: iowabeakster dummy project 20130724 .. slug: iowabeakster-dummy-project-20130724 dummy_project ============= basic functions of script ------------------------- - import necessary modules - take 4 prompt inputs and give the requested outputs link ---- `PyPI Link `_ note: This script was meant to be ran in a virutalenv. All modules need will be automatically installed during installation. instructions ------------- - open a terminal - $ mkdir virt12 - $ cd virt12 - $ virtualenv virt12 - $ source virt12/bin/activate - $ pip install -i https://testpypi.python.org/pypi myshell - $ cd virt12/lib/python2.7/site-packages/command/ - $ python myshell.py - profit from your new awesome terminal emulator!