{"id":50675165,"url":"https://github.com/ziuus/putoper","last_synced_at":"2026-06-08T15:02:22.884Z","repository":{"id":312042983,"uuid":"1036848314","full_name":"ziuus/Putoper","owner":"ziuus","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-11T13:24:14.000Z","size":65909,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T21:44:08.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziuus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-12T17:10:32.000Z","updated_at":"2026-02-11T13:24:18.000Z","dependencies_parsed_at":"2025-08-28T13:21:19.726Z","dependency_job_id":null,"html_url":"https://github.com/ziuus/Putoper","commit_stats":null,"previous_names":["dovndev/putoper","zius1414/putoper","ziuus/putoper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziuus/Putoper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2FPutoper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2FPutoper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2FPutoper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2FPutoper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziuus","download_url":"https://codeload.github.com/ziuus/Putoper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2FPutoper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34067353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-08T15:02:21.919Z","updated_at":"2026-06-08T15:02:22.878Z","avatar_url":"https://github.com/ziuus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Typer - Native Text Automation\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Platform: Linux](https://img.shields.io/badge/Platform-Linux-blue.svg)](https://www.linux.org/)\n[![Python: 3.x](https://img.shields.io/badge/Python-3.x-green.svg)](https://www.python.org/)\n\nA lightweight, system-native application for automated typing on Linux. It simulates keyboard input to \"type\" text into other applications, useful for demos, presentations, or pasting into restricted fields.\n\n## ✨ Features\n\n- **Zero External Dependencies**: Uses your system's built-in Python 3, GTK 3, and X11 libraries\n- **Single File App**: Compiles into a single `AutoTyper` executable\n- **Native Performance**: Light on resources, integrates seamlessly with your system theme\n- **Simple \u0026 Intuitive**: Clean GTK3 interface with configurable typing delay\n- **X11 Compatible**: Works on X11 and Wayland (via XWayland)\n\n## 📸 Demo\n\n\u003e *Coming soon: Screenshot and demo GIF*\n\n## 🛠️ Requirements\n\n**Operating System:**\n- Linux with X11 (Wayland support via XWayland)\n\n**System Dependencies** (pre-installed on most distros):\n- **Python 3** - Default on most distributions\n- **GTK 3** - Default on GNOME/XFCE/MATE/Cinnamon desktops\n  - Package: `python3-gi` or `python-gobject`\n- **X11 Libraries**:\n  - `libx11-6`\n  - `libxtst6`\n\n## 📥 Installation\n\n### Option 1: Portable App (Recommended)\n\n1. Download the **AutoTyper** executable from [Releases](https://github.com/dovndev/Putoper/releases)\n2. Make it executable:\n   ```bash\n   chmod +x AutoTyper\n   ```\n3. Run it:\n   ```bash\n   ./AutoTyper\n   ```\n\n### Option 2: Build from Source\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/dovndev/Putoper.git\ncd Putoper\n\n# 2. Build the application\n./create-packages.sh\n\n# 3. Run from packages directory\n./packages/AutoTyper\n```\n\n## 🎯 Usage\n\n1. Launch the application\n2. Enter the text you want to auto-type\n3. Set the delay (in seconds) before typing starts\n4. Click \"Start Auto Typing\"\n5. Switch to your target application\n6. The text will be automatically typed after the delay\n\n## 🏗️ Development\n\n### Project Structure\n\n- **`auto_typing_gtk.py`** - Main GUI logic (GTK3)\n- **`x11_input.py`** - Keyboard simulation logic (ctypes/X11)\n- **`build.py`** - Script to bundle the app using `zipapp`\n- **`create-packages.sh`** - Build script for creating distributable packages\n\n### Building\n\nThe application uses Python's `zipapp` module to create a self-contained executable:\n\n```bash\n./create-packages.sh\n```\n\nThis creates a portable `AutoTyper` executable in the `packages/` directory.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\nBuilt with native Linux technologies:\n- GTK 3 for the user interface\n- X11/XTest for keyboard simulation\n- Python 3 for application logic\n\n---\n\n**Made with ❤️ for the Linux community**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziuus%2Fputoper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziuus%2Fputoper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziuus%2Fputoper/lists"}