diff --git a/auto_typer.py b/auto_typer.py index 3307813..37ae892 100644 --- a/auto_typer.py +++ b/auto_typer.py @@ -67,8 +67,7 @@ import re -from turtle import delay -from pynput.keyboard import Controller, Key, Listener +from pynput.keyboard import Controller from tkinter import * import tkinter as tk import time @@ -135,7 +134,7 @@ def singleline2(): kb.add_hotkey('ctrl+8', linebyline1) lbl = Label(root, text="Github",fg='red', highlightthickness=2,highlightbackground = "red", font=('', 20, 'bold'), cursor=cursor) -lbl.bind("