https://github.com/ulinja/davinsheet
Render images in a spreadsheet. But not how you were thinking i meant that.
https://github.com/ulinja/davinsheet
excel image-processing libreoffice python spreadsheet
Last synced: about 1 month ago
JSON representation
Render images in a spreadsheet. But not how you were thinking i meant that.
- Host: GitHub
- URL: https://github.com/ulinja/davinsheet
- Owner: ulinja
- License: gpl-3.0
- Created: 2020-07-31T01:25:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:07:26.000Z (about 4 years ago)
- Last Synced: 2025-02-15T23:41:59.545Z (3 months ago)
- Topics: excel, image-processing, libreoffice, python, spreadsheet
- Language: Python
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DaVinSheet
Converts any image into an excel spreadsheet, so that every cell of the spreadsheet
is now a pixel.
### Usage
Run
```sh
davinsheet.py /path/to/my/image.jpg
```on any image file to generate a very ... artistic excel spreadsheet.
### Info
The output image gets downsized so your spreadsheet software doesn't crash when
asked to load a couple of thousand tiny coloured cells.Tested using LibreOffice Calc, cell sizes might be off in other spreadsheet softwares.
The cell settings can be easily tweaked in the script.### Dependencies
Python 3.4 or above, [openpyxl](https://pypi.org/project/openpyxl/)