Skip to main content

An epic projected called image_to_excel, by alexfayers!

Project description

image-to-excel

A simple project to convert from an image to an excel file, because my brother wanted something that did this.

Installation

To install the project you only need to clone the repo and run pip install within the repo folder:

pip install .

If you like using virtual environments, you can easily install the project within one using pipx:

pipx install .

Usage

You can use image-to-excel as an importable module:

from image_to_excel import BaseClass
from pathlib import Path

app = BaseClass("config.yml")

app.image_to_excel(
    Path("input.jpg"), 100, Path("output.xlsx")
)

Or as a command line interface:

$ python3 -m image_to_excel
# or
$ image_to_excel -w 100 input.jpg output.xslx

Documentation

Documentation for image-to-excel can be found within the docs folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image_to_excel-1.0.0.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

image_to_excel-1.0.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file image_to_excel-1.0.0.tar.gz.

File metadata

  • Download URL: image_to_excel-1.0.0.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.11.0 Linux/5.10.102.1-microsoft-standard-WSL2

File hashes

Hashes for image_to_excel-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d4a322e66eb8c7c64202a4c379585fe20da9be5113788502a9cf96f11349ddc1
MD5 c187cfd2439d725aacd620d4c3effd65
BLAKE2b-256 c306ad51199446b14a1c8a092637ff09c2f1e730bdda5f37a1cef7facb4df0a1

See more details on using hashes here.

File details

Details for the file image_to_excel-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: image_to_excel-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.11.0 Linux/5.10.102.1-microsoft-standard-WSL2

File hashes

Hashes for image_to_excel-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d757e21b13c890006825523c3f97d8dbf041fcf44f1f529e9a488e8bd845df75
MD5 fa8739b5f5f2e3ed960712701b8120f0
BLAKE2b-256 ff963003d66ad7696f96f6476a30f9da0443b5c31a176610bcddcea6fdebd4ac

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page