Skip to content

guilt/pyaudio-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyAudio Square Reader

It was ported by me to a working pyaudio port, and test with help from volunteers. Thank you! It will help you read Credit Cards yourself.

Install Requirements

pip install -r requirements.txt

Running

Connect the Square Card reader to your audio input. When running in a terminal it may be easier to run in a loop until it reads the card. When testing, the older Square Card reader worked more often than the newer version.

    while true; do
        ./square_reader.py && break
    done

Feedback

Please feel free to send patches if you wish to improve this. Thanks!

About

PyAudio version of square-reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages