https://github.com/guilt/pyaudio-square
PyAudio version of square-reader
https://github.com/guilt/pyaudio-square
Last synced: over 1 year ago
JSON representation
PyAudio version of square-reader
- Host: GitHub
- URL: https://github.com/guilt/pyaudio-square
- Owner: guilt
- License: mit
- Created: 2012-07-30T07:40:29.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T23:04:06.000Z (about 5 years ago)
- Last Synced: 2025-04-10T14:13:31.284Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
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.
```bash
while true; do
./square_reader.py && break
done
```
# Feedback
Please feel free to send patches if you wish to improve this. Thanks!