first commit

This commit is contained in:
Walker Waylon Scott 2016-11-22 23:33:54 -06:00
commit 35491679b8
10 changed files with 503 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
**Stodle**
Python module to keep windows running
Installation from cmd line
```
git clone https://github.com/WaylonWalker/stodle.git
cd ./stodle
python setup.py install
```