Code Monkey home page Code Monkey logo

autotyper's Introduction

Auto Typer

This is a simple auto-typer application built using pynput and streamlit. It allows users to automatically type a given text at a controlled speed. The application can be controlled through a web interface.

Features

  • Auto Typing: Automatically types the text provided in the input area.
  • Control via Web Interface: Start and stop the auto-typer using buttons in the Streamlit web interface.

Requirements

  • Python 3.7+
  • streamlit library
  • pynput library

Installation

  1. Clone the Repository

    git clone https://github.com/yourusername/autotyper.git
    cd autotyper
  2. Install the Dependencies

    pip install streamlit pynput

Usage

  1. Run the Streamlit Application

    streamlit run auto_typer.py
  2. Web Interface

    • Open the web browser and go to the URL provided by Streamlit (usually http://localhost:8501).
    • Enter the text you want to auto-type in the text area.
    • Click on "Start Auto Typer" to start typing the text automatically after a 5-second delay. This gives you time to focus the cursor where you want the text to be typed.
    • Click on "Stop Auto Typer" to stop the typing process.

Notes

  • The application will wait for 5 seconds after clicking the start button before beginning to type. This gives you time to focus the cursor where you want the text to be typed.
  • Adjust the typing speed by changing the time.sleep(0.01) value in the type_text function.

Platform Compatibility

  • Windows: The auto-typer is compatible with Windows. Ensure you run the application with appropriate permissions.
  • MacOS: The auto-typer is compatible with MacOS.
  • Linux: The auto-typer should work on Linux.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

MIT LICENSE

Contribution

Feel free to fork this repository and contribute via pull requests. Any contributions, issues, and feature requests are welcome.

Author

Abhishek

autotyper's People

Contributors

abhishek6543jh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.