├── LICENSE ├── README.md ├── assets ├── scr1.png ├── scr2.png └── tankigen.gif ├── requirements.txt └── tankigen.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/README.md -------------------------------------------------------------------------------- /assets/scr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/assets/scr1.png -------------------------------------------------------------------------------- /assets/scr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/assets/scr2.png -------------------------------------------------------------------------------- /assets/tankigen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/assets/tankigen.gif -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | sty 2 | alive_progress 3 | -------------------------------------------------------------------------------- /tankigen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelinuxuser-choice/tankigen/HEAD/tankigen.py --------------------------------------------------------------------------------