mauropahoor / PythonMacro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A program that takes a input or a file, read it and write each line + press enter button in your keyboard.

Example:
text.txt:
   hello
   world
   text

Keyboard output:
   hello + [enter]
   world + [enter]
   text + [enter]

About

License:MIT License


Languages

Language:Python 100.0%