Automate text typing with customizable speed - Perfect for bypassing paste restrictions
Features • Installation • Usage • Screenshots
- ⚡ Variable Typing Speed: Adjust from 1 to 500 words per second (WPS)
- 🌏 Bangla Language Support: Full Unicode support with automatic language detection
- 🌙 Dark Mode: Toggle between light and dark themes for comfortable viewing
- 🎨 Material 3 Design: Modern, beautiful UI with rounded corners and smooth animations
- 🔄 Auto-Type: Automated character-by-character typing to bypass paste restrictions
- ⏱️ Countdown Timer: 3-second countdown to position your cursor
- 🛑 Stop Anytime: Instantly stop typing with the stop button
- 📌 Always on Top: Floating window stays visible while you work
- 🎯 Drag & Drop: Draggable interface for easy positioning
- 📱 Lightweight: Minimal resource usage, runs smoothly
- Bypass websites that disable paste functionality
- Automate form filling with natural typing speed
- Test typing-based applications
- Simulate human typing behavior
- Educational demonstrations
- Content entry automation
- Python 3.7 or higher
- Windows/Linux/macOS
git clone https://github.com/AprajitSarkar/typing-bot-bypass-paste.git
cd typing-bot-bypass-pastepip install -r requirements.txtpython floating_typing_bot.pyOr use the batch file (Windows):
run_bot.batTo create a standalone executable:
build.batThis batch file will:
- Check Python installation
- Verify all dependencies
- Install PyInstaller if needed
- Build the EXE file
The EXE will be created in the dist folder as TypingBot.exe
- Enter Text: Type or paste the text you want to auto-type in the text field (supports English, Bangla, or mixed)
- Set Speed: Adjust the slider (1-500 WPS) to your desired typing speed
- 1 WPS = Slow, human-like typing
- 100 WPS = Fast typing (default)
- 500 WPS = Ultra-fast typing
- Start Typing: Press Enter or click "Start" button
- Position Cursor: During the 3-second countdown, click where you want the text typed
- Auto-Type: The bot will automatically detect and type your text at the specified speed
- Stop Anytime: Click the "Stop" button to interrupt typing
Note: Language is automatically detected! No need to manually select - just paste your text and go.
| WPS | Characters/Second | Description |
|---|---|---|
| 1 | 6 | Very slow, deliberate typing |
| 10 | 60 | Slow, human-like speed |
| 50 | 300 | Moderate typing speed |
| 100 | 600 | Fast typing (default) |
| 200 | 1200 | Very fast typing |
| 500 | 3000 | Ultra-fast, maximum speed |
Note: 1 word ≈ 6 characters (5 letters + 1 space)
Modern Material 3 design with rounded corners
Transparent countdown popup at bottom center
pyautogui>=0.9.53
pillow>=8.3.2
pynput>=1.7.6
pyperclip>=1.8.2
- Speed Calculation: Converts WPS (Words Per Second) to character delay
- Formula:
delay = 1.0 / (WPS × 6)
- Formula:
- Character Typing:
- ASCII characters (English): Uses
pyautogui.write()for fast, direct typing - Unicode characters (Bangla, etc.): Uses clipboard method (
pyperclip+Ctrl+V) - This hybrid approach ensures maximum compatibility and speed
- ASCII characters (English): Uses
- Special Characters: Handles newlines, tabs, and spaces correctly
- Thread Safety: Runs typing in separate thread to keep UI responsive
The bot now fully supports Bangla (Bengali) Unicode characters with automatic detection:
- Auto-Detection: Automatically detects and types Bangla characters - no manual selection needed!
- Clipboard Method: Uses clipboard-based typing for Unicode characters (reliable on all systems)
- Unicode Range: U+0980 to U+09FF (Bangla script)
- Font Support: Uses 'Nirmala UI' on Windows for proper Bangla rendering
- Conjunct Support: Handles complex Bangla conjuncts (যুক্তাক্ষর) like ক্ষ, ঞ্জ, ন্ত্র, etc.
- Mixed Content: Seamlessly types mixed English and Bangla text
- Examples:
- Simple:
আমি বাংলায় গান গাই - With conjuncts:
আমি প্রতিদিন সকালে উঠি না - Complex:
ক্ষমা করবেন,বাংলাদেশ - Mixed:
Hello আমার নাম is Jitu
- Simple:
Toggle between light and dark themes using the 🌙/☀️ button in the title bar:
- Light Mode: Purple accent with light background (default)
- Dark Mode: Soft purple with dark background for comfortable night usage
- Material 3 Colors: Both themes follow Google's Material 3 design guidelines
- Instant Switching: All UI elements update immediately when toggling
The UI follows Google's Material 3 design guidelines:
- Primary Color: Purple (#6750A4)
- Surface Color: Light background (#FEF7FF)
- Rounded Corners: 18px radius on buttons and popups
- Transparency: 95% opacity on popups
- Typography: Segoe UI font family
You can modify the typing behavior by editing the source code:
# Default typing speed (WPS)
self.typing_speed = tk.DoubleVar(value=100.0)
# Speed range (min, max)
speed_scale = ttk.Scale(from_=1, to=500, ...)
# Countdown duration (seconds)
for i in range(3, 0, -1): # Change 3 to desired countdown time- Solution: Adjust the speed slider before starting
- Solution: Ensure the cursor is in an editable text field
- Solution: The bot handles most special characters, but some may require manual typing
- Solution: The window is set to always stay on top by default
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by Aprajit Sarkar
- 📷 Instagram: AprajitSarkar
- 🐙 GitHub: @AprajitSarkar
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
If you find this project helpful, please give it a ⭐️!
typingbot, bypass paste, bypass text pasting, auto typer, text automation, typing automation, paste bypass, form filler, keyboard automation, pyautogui, python typing bot, automated typing, typing simulator, text entry automation
Made with ❤️ by Jitu Sarkar