generate movie barcode
Project description
About The Project
Fight Club - Intensity |
---|
Ponyo - Step |
---|
SpiderMan: No way home - Intensity |
---|
Encanto - Hue |
---|
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, you can simply open an issue with the tag "enhancement". You can also fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Installation
Movie BarCode requires an installation of Python 3.6 or greater, as well as pip. (Pip is typically bundled with Python installations.)
To install from PyPI with pip:
$ python -m pip install movie-barcode
Sometimes, the PyPI release becomes slightly outdated. To install from the source with pip:
$ python -m pip install git+https://github.com/MarcBresson/movie-barcode
Usage - QuickStart
Process a collection of movies at once :
>>> from movie_barcode import Movies
# Default output directories are ./images and ./npy
>>> movies = Movies(images_output_dir, computed_colors_output_dir)
# Will open a dialog. If a movie has already been computed, it will recover the npy file.
>>> movies.load()
>>> movies.compute()
>>> movies.save() # optional. It allows to directly load the computed array on movies.load()
>>> movies.export_every_barcode()
License
Distributed under the EUPL 1.2 License. See LICENSE.txt
for more information.
Contact
Marc Bresson - marco.bresson@gmail.com
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 movie_barcode-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8337ea3500ce851987c7650ec1a658627a1951fa84bc79845dbb1bc33d5e11be |
|
MD5 | 53302c87707fb750abc1fc7ca6bbd64e |
|
BLAKE2b-256 | 52a04247a7e443fa062324c6980cb68040795f1de02160c7df45b75f66d2f4ea |