Replymessage unavailable
It depends on what data you're working with. There is software available, but since you're asking in a Python group, there is a module called pyautogui that auto-types using .write, .press, etc. It's good for simple data entries like forms. Or if your data is in Excel (CSV), Python can read and print it with the csv module.