iPhone to PC Dictation


Author: David Zimmer
Date: 08.11.25 - 6:37am



Not really RE related, just a hacky little trick anyway..

I have used various speech to text apps on my pc over the years. Training is a pain, i refresh my pcs a lot. it never sticks. iPhone does a decent job at it, but how do you get that onto a PC in a regluar use way? I am not emailing myself every note or message.

I asked chatgpt and it had an interesting solution I never knew about.

  1. - create a shortcut on your iphone


  2. - run a small python script on your pc that listens for the data then types it into the currently open window.
    from flask import Flask, request
    import pyautogui
    
    app = Flask(__name__)
    
    @app.route('/', methods=['POST'])
    def receive():
        data = request.get_json()
        pyautogui.typewrite(data.get('test', ''))
        return 'OK', 200
    
    app.run(host='0.0.0.0', port=9999)
    


Simple and works like a charm!




Comments: (0)

 
Leave Comment:
Name:
Email: (not shown)
Message: (Required)
Math Question: 70 + 57 = ? followed by the letter: B 



About Me
More Blogs
Main Site
Posts: (All)
2025 (14)
     Close IDA decompiler windows
     IDA Xrefs From/To
     Youtube AI Slop
     IDA Jscript 3 Beta
     IDA JScript Updates
     IdaCompare StringDiff
     Sensationalization
     Claude AI Personality Emergence
     iPhone to PC Dictation
     pediff and chatgpt
     Py Magic Numbers
     upside down pyramid
     IDA Compare Updates
     Bindiff Niceity
2024 (1)
     MAP Update
2023 ( 4 )
2022 ( 5 )
2021 ( 2 )
2020 ( 5 )
2019 ( 6 )
2017 ( 5 )
2016 ( 4 )
2015 ( 5 )
2014 ( 5 )
2013 ( 9 )
2012 ( 13 )
2011 ( 19 )
2010 ( 11 )
2009 ( 1 )