sudo apt-get install gcc python-imaging python-setuptools
sudo easy_install -U fabulous
python -m fabulous.demo -
python -m fabulous.rotating_cube
python -m fabulous.demo -
python -m fabulous.rotating_cube
- an example of a rotating cubepython -m fabulous.image obama.jpg
- after such a call, the following image will appear in the terminal (as you see, one line is enough to display an image):Source: https://habr.com/ru/post/102315/
All Articles