Tiktok Live Studio Captcha Solver
This package runs in the background to solve TikTok live studio captcha's while you're streaming. Now, you can go away from keyboard for extended periods of time without having to worry about the captcha.
Prerequisites
- Tkinter installed on system
- gnome-screenshot installed if using Linux
- An API key from SadCaptcha.com
Dual-monitor setup
This tool uses pyautogui, which currently only supports single-monitor setups.
If you have two or monitors, this tool will not work unless you adjust your setup to only use one monitor.
Installation
pip install tiktok-live-studio-captcha-solver
Usage
This tool uses pyautogui to take screenshots and to move and click the mouse.
On Windows and macOS, the operating system blocks those actions unless the terminal you launch from has
been granted the right permissions, so follow the steps for your OS below.
If the permissions are missing, the solver usually appears to run fine but the clicks silently do nothing,
or the screenshots come back blank/black.
Windows
- Press the Start button and type
cmd(orpowershell). - Right click the result and choose Run as administrator, then accept the UAC prompt.
- In that administrator terminal, run:
python -m tiktok_live_studio_captcha_solver
macOS
macOS requires you to explicitly allow the terminal app to control the mouse and to record the screen:
- Open System Settings → Privacy & Security → Accessibility and enable your terminal app
(Terminal, iTerm2, VS Code, etc.). Use the
+button to add it if it is not listed. - Open System Settings → Privacy & Security → Screen Recording and enable the same app.
- Quit and reopen the terminal app completely — the new permissions only apply to a freshly launched process.
- Run:
python -m tiktok_live_studio_captcha_solver
The first time the solver takes a screenshot or moves the mouse, macOS may show a permission prompt. Approve it, then restart the terminal and run the command again.
Linux
No special permissions are needed. Make sure gnome-screenshot is installed, then run:
python -m tiktok_live_studio_captcha_solver
If you are on Wayland, run your session under X11 instead — pyautogui cannot move the mouse or capture
the screen under Wayland.
Once the solver is running, TikTok Live Studio captchas will be solved automatically. Leave the terminal window open while you stream.
Release files for tiktok-live-studio-captcha-solver 0.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tiktok_live_studio_captcha_solver-0.0.11.tar.gz | 274.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tiktok_live_studio_captcha_solver-0.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 550.4 kB
Release files / tiktok_live_studio_captcha_solver-0.0.11.tar.gz
| Download URL | tiktok_live_studio_captcha_solver-0.0.11.tar.gz |
|---|---|
| Size | 274.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76b9579c122e2b89eb09fb53e122d192fe0bc9a80a2f1500c288f4ed17c53004
|
|
BLAKE2b-256 checksum How to use checksums |
aac608123855cdef43ab793b76ed0b4cd3fad6c257592bde1c88ed5118832d7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.7
|
Release files / tiktok_live_studio_captcha_solver-0.0.11-py3-none-any.whl
| Download URL | tiktok_live_studio_captcha_solver-0.0.11-py3-none-any.whl |
|---|---|
| Size | 276.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
243756ce6775eea6c3c9392a9f2cf72f6b2fb7810b136957da45e9de3a4b1849
|
|
BLAKE2b-256 checksum How to use checksums |
81120c927b4d83548d4ebe4d677a7e875d2ad10d29b442fd78d57097069523e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.7
|