Une bibliothèque pour traiter des images avec EXIF
Project description
GET EXIF
Instalation
pip: pip install my_library
git: https://github.com/Jean-LouisB/ExifRecup.git
Versions
V2.0.0
JPG uniquement
Créer un dossier "images" sur le bureau avec les photos Par défaut il cherche le dossier "images" sur le bureau.
Utilisation
from getexif.process import Process
try:
process = Process()
result = process.get_exif()
print(f"{result} images ont été traités")
except Exception as e:
print(f"Erreur de traitement : {str(e)}")
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
export_exif-2.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file export_exif-2.0.0.tar.gz.
File metadata
- Download URL: export_exif-2.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09a611c23bba929ab709e08847fb2d984736773bb1a31ba383f194888a18edca
|
|
| MD5 |
b7672e42e5312f733377994494ec75fd
|
|
| BLAKE2b-256 |
862b0ac46d1d57b07543228b3169416ff48e9d820523b37c3aec32ff454e84a6
|
File details
Details for the file export_exif-2.0.0-py3-none-any.whl.
File metadata
- Download URL: export_exif-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f4405828f5ef0304a41a73a941cbab6c22e85b3259b9cec9d85179961baf8ac
|
|
| MD5 |
04abe8247ffaff64691f93c07cc70714
|
|
| BLAKE2b-256 |
f6b14020da642569875cfd02407663e44d577a055c28968633f716e388570109
|