├── LICENSE ├── README.md ├── Thor.gif ├── Thor.png ├── Thor2.gif ├── install.sh └── thor.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/README.md -------------------------------------------------------------------------------- /Thor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/Thor.gif -------------------------------------------------------------------------------- /Thor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/Thor.png -------------------------------------------------------------------------------- /Thor2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/Thor2.gif -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/install.sh -------------------------------------------------------------------------------- /thor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrikodar/Thor/HEAD/thor.py --------------------------------------------------------------------------------