Skip to content

MusIF-MIAI/punchcard-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Punchcard decoder

This is a simple proof of concept decoder of punched cards from images.

Requires Qt, which can be installed, even in a virtual environment like so:

    $ python3 -mvenv env
    $ . env/bin/activate
    $ pip install PySide6
    $ python card.py

Usage

Load an image, then align the grid until it matches the punched holes in the picture.

A card representation show the currently recognised data, along with a possible interpretation using known encodings.

the screenshot of tme main window

References

About

Proof of concept punchcard decoding script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages