A low-key Soap Bros side project.
Automatically types text for you — fast, simple, no nonsense.
Typer GUI is a small Python tool we built for fun and productivity. It types text from a file into any app, one character at a time, just like a human would.
Useful for demos, repetitive tasks, or when you just don’t feel like typing the same thing over and over.
Download Typer GUIDownload the ZIP file above. Once it’s finished:
You’ll end up with a folder containing typer_gui.py.
Open Terminal (or Command Prompt) and run:
python3 --version
If you see a version number, you’re good. If not, grab Python from python.org.
Move the folder somewhere easy (Desktop works). Then navigate to it:
cd ~/Desktop
Start the app:
python3 typer_gui.py
A window will pop up. Choose a .txt file,
click Start Typing,
then switch to whatever app you want the text typed into.
There’s a short delay before typing starts so you can place your cursor. Hit Stop Typing anytime to kill it instantly.
macOS may ask for Accessibility permissions the first time you run this. That’s normal — it needs keyboard access to work.
Go to: System Settings → Privacy & Security → Accessibility
Allow Terminal (or the script) and you’re set.
Pro tip: test it first with a small text file so you know what to expect.