logo

scripts

A bunch of scripts, some to be moved to their own repository git clone https://hacktivis.me/git/scripts.git

README.md (706B)


  1. ## Python scripts
  2. ### image.py
  3. ![screenshot](screenshots/image.png "image.py")
  4. ### colorpicker.py (GTK3 widget)
  5. ![screenshot](screenshots/colorpicker.png "colorpicker.py")
  6. ## Photo Gallery
  7. Static (HTML5/CSS3) generator of Photo gallery with detailed information on dedicated pages.
  8. * ``script.sh``: generator (POSIX Shell, gives HTML5)
  9. * ``style.css``: provided/example of CSS styling
  10. * Use case/example: [2014-04-26 → 2014-05-12 Japan — AFKs of lanodan](https://hacktivis.me/photos/2014-04-26%20%E2%86%92%202014-05-12%20Japan/)
  11. ### Dependencies
  12. * POSIX Shell
  13. * GraphicsMagick (note: ImageMagick is probably useable by replacing ``gm convert`` with ``convert`` and ``gm identify`` with ``identify``)