Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravhathi committed Mar 6, 2022
1 parent ee1c6ef commit 8a6066c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions auto_typer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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("<Button>", lambda e: callback("https:#bit.ly/sauravhathi"))
lbl.bind("<Button>", lambda e: callback("https://bit.ly/sauravhathi"))

version=tk.Label(root, text="Version: 1.0.0" , font=fontSmall)

Expand Down

0 comments on commit 8a6066c

Please sign in to comment.