Rhinopics, let the fat unicorn rename yours pics!
Project description
rhinopics
Rhinopics, let the fat unicorn rename your pics!
Python CLI application to rename pictures.
The date of the pictures is retrieved from the metadata of the files and concatenate with a given word to create the new name.
Example of output: word_20190621_001
A number is added at the end in chronological order, the number of digits depends on the number of pictures having the same date.
Installation
pip install rhinopics
Usage example
Examples are available in the docstrings of the functions. Official documentation will soon come out.
Development setup
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
git clone https://github.com/axelfahy/rhinopics.git
cd rhinopics
python -m venv venv-dev
source venv-dev/bin/activate
pip install -e .
Tests
python tests/test_rhinopics.py
Release History
- 0.1.0
- Initial release
Meta
Axel Fahy – axel@fahy.net
Distributed under the MIT license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Version number
The version of the package is link to the tag pushed.
To set a new version:
git tag v0.1.1
git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for rhinopics-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8677e0b860a2aca46db1f0a18731eb23c9ef163b09b42830955c00e1510c230 |
|
MD5 | aaaa084e7491da52d7d3444a58ecdeea |
|
BLAKE2b-256 | afdc629ce5d1d04ed6403edad3fd497c572a02cff71cb2c0267cb82181f07392 |