├── README.md ├── __pycache__ └── banner.cpython-310.pyc ├── banner.py ├── guillotine.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gohanckz/guillotine/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/banner.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gohanckz/guillotine/HEAD/__pycache__/banner.cpython-310.pyc -------------------------------------------------------------------------------- /banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gohanckz/guillotine/HEAD/banner.py -------------------------------------------------------------------------------- /guillotine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gohanckz/guillotine/HEAD/guillotine.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | argparse 3 | prettytable 4 | --------------------------------------------------------------------------------