Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee2c45a

Browse files
author
firstproject
committed
Merge branch 'qr-code' of https://github.com/Goheljay/Amazing-Python-Scripts into qr-code
2 parents 45b39bf + 2999f2a commit ee2c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎QR-code-Genrator/main.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, root):
1313
self.root.geometry('900x500+200+50')
1414
self.root.resizable(False, False)
1515

16-
title = Label(self.root,text=" QR COde Genrator", font=("time new roman",40), bg="#F96900", fg="white", anchor="w").place(x=0,y=0,relwidth=1)
16+
title = Label(self.root,text=" QR Code Genrator", font=("time new roman",40), bg="#F96900", fg="white", anchor="w").place(x=0,y=0,relwidth=1)
1717

1818
# Variable
1919
self.var_emp_code=StringVar()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /