├── LICENSE ├── README.md ├── scarecrow.py └── setup.bat /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Scarecrow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Scarecrow/HEAD/README.md -------------------------------------------------------------------------------- /scarecrow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Scarecrow/HEAD/scarecrow.py -------------------------------------------------------------------------------- /setup.bat: -------------------------------------------------------------------------------- 1 | python -m pip install pystyle==0.6 2 | --------------------------------------------------------------------------------