├── .gitattributes ├── LICENSE ├── README.md └── insult_generator.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackFreedman/text-generators/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackFreedman/text-generators/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackFreedman/text-generators/HEAD/README.md -------------------------------------------------------------------------------- /insult_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZackFreedman/text-generators/HEAD/insult_generator.py --------------------------------------------------------------------------------