Skip to main content

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

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.2.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: image_to_excel-1.0.2.tar.gz
  • Upload date:
  • Size: 7.8 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.2.tar.gz
Algorithm Hash digest
SHA256 a7c14d541b4ee9cc82d865b80e13516facfa83a180803052bc18fdd306940d75
MD5 5da74b283befeb2de5e6cf812f05ffde
BLAKE2b-256 cf295b8273eddbc829fc50ece04017a99f70fb8203b63b9e3a120f8faf20426a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: image_to_excel-1.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 80f9f47edcb3086814bb0341af9cfa3a1ecf90e36fae240c1ccad0e1cb3386c6
MD5 0416859799cdac28ea1bc3ea0d311e70
BLAKE2b-256 3bef3ad19c0fd7e2157756d095110cd72eb765993947d628f3e78f6b95990e12

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