From 8a6066cd15f74736c5a5322478a3ebe4a3155fc6 Mon Sep 17 00:00:00 2001 From: Saurav Kumar <61316762+sauravhathi@users.noreply.github.com> Date: Sun, 6 Mar 2022 10:08:53 +0530 Subject: [PATCH] update --- auto_typer.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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("