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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: image_to_excel-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 da467c2c9d686ce32bceaafda5e3aa8cf016b0dc824addad0c0d105db8ccb79c
MD5 271023c3403eb21b1dd269499f584315
BLAKE2b-256 cf792cea8c7dd946178045f6a8a3ddb3d368ed510da2881f28d23d609f627e06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: image_to_excel-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4da77531b606c1209084f4f5b393c4189c50010880a2bf3a91e11f5e072c6783
MD5 cfa25a7f00dc4320d991bc9608168510
BLAKE2b-256 18a34ba8fe59fe9f6e47bf39093916b664c3ef35ee9da81a111437b13772c4b0

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