├── LICENSE ├── README.md ├── lib └── stagergen.py ├── requirements.txt ├── turtle.py └── turtlepy.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spicesouls/turtle/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spicesouls/turtle/HEAD/README.md -------------------------------------------------------------------------------- /lib/stagergen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spicesouls/turtle/HEAD/lib/stagergen.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | colorama 2 | -------------------------------------------------------------------------------- /turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spicesouls/turtle/HEAD/turtle.py -------------------------------------------------------------------------------- /turtlepy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spicesouls/turtle/HEAD/turtlepy.png --------------------------------------------------------------------------------