├── .3.10.py ├── .3.11.py ├── .3.8.py ├── .3.9.py ├── .version ├── LICENSE ├── README.md ├── bomber.py └── requirements.txt /.3.10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/.3.10.py -------------------------------------------------------------------------------- /.3.11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/.3.11.py -------------------------------------------------------------------------------- /.3.8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/.3.8.py -------------------------------------------------------------------------------- /.3.9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/.3.9.py -------------------------------------------------------------------------------- /.version: -------------------------------------------------------------------------------- 1 | 2.6 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/README.md -------------------------------------------------------------------------------- /bomber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sl-Sanda-Ru/Sl-Bomber/HEAD/bomber.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | colorama 3 | pyfiglet 4 | bs4 5 | --------------------------------------------------------------------------------