Skip to content

Instantly share code, notes, and snippets.

View GeorgeGkas-zz's full-sized avatar

GeorgeGkas GeorgeGkas-zz

  • Larisa (Greece)
View GitHub Profile
@GeorgeGkas-zz
GeorgeGkas-zz / AutomateTyping.py
Last active November 27, 2015 20:22
Based on Notepad++ "Je suis Charlie" automatic typing feature. Implemented in Python.
import time
import sys
string = """
Text to show here.....
"""
for i in string:
if i == '.':
time.sleep(0.40)
elif i == ',':