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
You can install the project using pip :)
pip install image-to-excel
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
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 image_to_excel-1.0.3.tar.gz.
File metadata
- Download URL: image_to_excel-1.0.3.tar.gz
- Upload date:
- Size: 7.6 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed7203f88394bc6c606526761274e774c692f8c03df14c4c93fde223f91e8741
|
|
| MD5 |
356540e73340102ca33ca19b1a892e00
|
|
| BLAKE2b-256 |
22b1ea6f38ab8266d730c7c7eae05e5c39001b58e3d269dfdb8a896b87a20bff
|
File details
Details for the file image_to_excel-1.0.3-py3-none-any.whl.
File metadata
- Download URL: image_to_excel-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
315e3f88f4d9709e526b59e62208838eafd9519c0adcfa5331e078a4f663eb0b
|
|
| MD5 |
6a2c9500fb2ecb7b9f697621b2a9cc4d
|
|
| BLAKE2b-256 |
4b1e0f4d52e36ef8b5073f3eface633c9f6fe215f15aac5341a3cb103f83f28e
|