├── README.md ├── codeza.py ├── ford_alive.txt └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TROUBLE-1/codeza/HEAD/README.md -------------------------------------------------------------------------------- /codeza.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TROUBLE-1/codeza/HEAD/codeza.py -------------------------------------------------------------------------------- /ford_alive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TROUBLE-1/codeza/HEAD/ford_alive.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | futures 3 | colorama 4 | --------------------------------------------------------------------------------