iowabeakster dummy project improved 20130724
Posted:
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 necessary 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
- $ myshell
- profit from your new awesome terminal emulator!