
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
simple-photo-gallery-bulkcreation
Advanced tools
Plugin for the simple-photo-gallery to provide a config based bulk creation
.. image:: https://github.com/hille721/simple-photo-gallery-bulkcreation/actions/workflows/python-test.yml/badge.svg :alt: build :target: https://github.com/hille721/simple-photo-gallery-bulkcreation/actions/workflows/python-test.yml .. image:: https://img.shields.io/pypi/v/simple-photo-gallery-bulkcreation.svg :alt: pypi :target: https://pypi.org/project/simple-photo-gallery-bulkcreation/
Plugin for the Simple Photo Gallery <https://github.com/haltakov/simple-photo-gallery>
_
which provides a config based bulk creation of multiple galleries from multiple folders of photos.
.. image:: https://raw.githubusercontent.com/hille721/simple-photo-gallery-bulkcreation/master/example/gallery_overview_example.jpg :alt: gallery overview
This plugin comes with a further command for the Simple Photo Gallery <https://github.com/haltakov/simple-photo-gallery>
_:
:code:gallery-bulkcreation
.. code-block::
pip install simple-photo-gallery-bulkcreation
The configuration file is in a simple ini format. At first there has to be a general DEFAULT section with some general settings. Then there is one section per gallery.
.. code-block::
[DEFAULT]
gallery_root = example/gallery
title = My vacations
description = The best days of the year
title_photo = example/pictures/mexico2017/2017-11-01_15-20-23.jpg
title_photo_offset = 20
[Oman 2020]
description = Some days in the orient
image_source = example/pictures/oman2020
background_photo = 2020-02-02_18-40-33.jpg
[Greece 2019]
description = Island hoping in Greece
image_source = example/pictures/greece2019
background_photo = 2019-08-29_10-19-43.jpg
background_photo_offset = 40
After the creation of a config.ini
, the creation is pretty easy via running following command:
.. code-block::
gallery-bulkcreation config-example.ini
If everything works correctly you can preview the result, e.g. via running a simple Python server:
.. code-block::
python3 -m http.server --directory GALLERY_ROOT/public
and then checking it in your browser under http://localhost:8000.
If you add photos to already existing galleries or add new galleries in the config.ini
you can simple update the gallery by running the command again.
Check out the example <https://github.com/hille721/simple-photo-gallery-bulkcreation/tree/master/example>
_.
FAQs
Plugin for the simple-photo-gallery to provide a config based bulk creation
We found that simple-photo-gallery-bulkcreation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.