Adjusted requirements now that the ui is seperated.

This commit is contained in:
Mr Finchum 2025-01-02 18:53:48 +01:00
parent 484e0eb198
commit cefc4a19a8
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# OPTIMA-35
Working on splitting OPTIMA-35 to its own package removing UI elements.
Very WIP...
Splitting core (OPTIMA35 (this)) and ui ([OptimaLab35](https://gitlab.com/CodeByMrFinchum/optima-lab-35))
[pip package](https://pypi.org/project/optima35/)
## Overview
**OPTIMA-35** (**Organizing, Processing, Tweaking Images, and Modifying scanned Analogs from 35mm Film**) is a Python-based project designed to streamline the management and editing of metadata and images from analog photography. While it was created with analog photography in mind, it is versatile enough to handle any type of images.
@ -38,11 +40,9 @@ While the project follows a semantic versioning structure (major.minor.patch), b
## Dependencies
**Required Dependencies:**
- **pyyaml**: For handling YAML files (configuration and settings).
- **piexif**: For reading, modifying, and writing EXIF metadata.
- **pillow**: For image processing.
### Installing Dependencies
You can install the dependencies using the requirements.txt

View file

@ -1,3 +1,2 @@
pyyaml
piexif
pillow