https://github.com/parveshdhull/autotyper
AutoTyper - A Data Entry Tool for Windows and Linux
https://github.com/parveshdhull/autotyper
autotyper dataentry notepad-rt
Last synced: about 1 year ago
JSON representation
AutoTyper - A Data Entry Tool for Windows and Linux
- Host: GitHub
- URL: https://github.com/parveshdhull/autotyper
- Owner: Parveshdhull
- License: apache-2.0
- Created: 2020-11-23T19:13:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T17:11:29.000Z (almost 3 years ago)
- Last Synced: 2025-05-05T23:09:04.664Z (about 1 year ago)
- Topics: autotyper, dataentry, notepad-rt
- Language: Python
- Homepage:
- Size: 35.1 MB
- Stars: 33
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AutoTyper - A Data Entry Tool
Sometimes we have to write content in programs where copy-paste is not allowed, like in data entry software Notepad RT. There are many tools available online but almost all of them only provide trial versions. And requires big payment for continued access. And even if they are free, it is not wise to give complete access to a keyboard to any third-party software. So I wrote this simple-short python script which reads content from a text file then simulates keyboard typing. This Script works on both Linux and Windows.
## Releases
https://github.com/Parveshdhull/AutoTyper/releases
## Screenshot

## Python Version:
Python 3
## Prerequisite:
pip install pyautogui
### Additional Installation only for Linux
#### For Debian Based Systems
apt-get install python3-tk python3-dev
#### For Arch Linux Based Systems
pacman -S tk
## Parameters
* delay - Initial delay provided So that you get time for open file where you want to auto type content.
* name - Full path of input file.
* interval - Interval between each keystroke, This is provided so that software doesn't think you are bot.(0.07 is optimum for Notepad RT V.2)
## Usage
**Command Line**
python autoTyper.py
**Graphical User Interface**
python autoTyperGUI.py
## YouTube Tutorial
https://www.youtube.com/watch?v=NCKswqYyZmg
## Troubleshooting
For Notepad RTX++ check out this [Solution](https://github.com/Parveshdhull/AutoTyper/issues/2)
If you encounter any other problem and need my help, you can reach me at "right2trick@gmail.com"
## Websites
https://github.com/Parveshdhull
https://twitter.com/ParveshMonu
https://youtube.com/right2trick
