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: 41 + 56 = ? followed by the letter: Q 



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