├── HacxGPT.py ├── LICENSE ├── README.md ├── img ├── HackGPT.png └── home.png ├── install.bat ├── requirements.txt └── update.py /HacxGPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/HacxGPT.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/README.md -------------------------------------------------------------------------------- /img/HackGPT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/img/HackGPT.png -------------------------------------------------------------------------------- /img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/img/home.png -------------------------------------------------------------------------------- /install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/install.bat -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/requirements.txt -------------------------------------------------------------------------------- /update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drak6y/HacxGPT/HEAD/update.py --------------------------------------------------------------------------------