Seed Extractor
I'm working on a tool I can use on my phone to extract seeds from Balatro screenshots. I still have some room to improve but I have a semi-functional seed OCR shortut on my phone.
Here's how it works:
- It opens my photos and allows me to pick a screenshot.
- It feeds the selected photo into a pythonista script.
- The script crops the image and uses OCR built into the phone to pull text from the image.
- It finds the seed.
- Eventually, I'd like to have it auto copy the seed value without showing pythonista. However, currently it has to use the console to copy the seed.