Tool for connecting to random sites and generate .bmp images from titles.
install:
1) Install Python, something like this:
"sudo apt-get install python3"
"sudo apt-get install pip3"
2) Install BeatifulSoup for python, like this:"pip3 install beautifulsoup4"
3) Install SDL, something like this:"sudo apt-get install libsdl2-2.0-0 libsdl2-dbg libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dbg libsdl2-image-dev"
4) Compile interpretator: "gcc interpretator.c `sdl2-config --cflags` -o interpretator `sdl2-config --libs`"
launch:
"bash script.sh" and wait results in folder "output"... repeat