https://github.com/lasse-tom-lang/python-text-camera
A script that converts a camera image to text
https://github.com/lasse-tom-lang/python-text-camera
dithering opencv pysimplegui python
Last synced: 2 months ago
JSON representation
A script that converts a camera image to text
- Host: GitHub
- URL: https://github.com/lasse-tom-lang/python-text-camera
- Owner: Lasse-Tom-Lang
- Created: 2022-08-28T13:57:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T17:35:09.000Z (over 3 years ago)
- Last Synced: 2026-05-01T02:33:48.146Z (2 months ago)
- Topics: dithering, opencv, pysimplegui, python
- Language: Python
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Text Camera

# Functionality
This program uses dithering to create images out of letters.
First it compresses an image to fit to the characters.
Then it turns the image to grayscale.
Then it checks the value of each pixel and converts it to letters.
# Setup
You have to install:
* `open-cv`
* `PySimpleGUI`