Skip to content

Commit 00dafd4

Browse files
committed
Update PyPassword.py
Added icon contribution
1 parent eecbde0 commit 00dafd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PyPassword.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Program:
3535
version = '0.1' # Alpha
3636
author = 'Jakub S.'
3737
git_hub = 'https://github.com/AnonymousX86/Python-Password'
38+
icon = 'Icon made by Freepik from www.flaticon.com'
3839

3940

4041
def header():
@@ -276,7 +277,8 @@ def quick_start():
276277
print(f'Program name: {Program.name}\n'
277278
f'Current version: {Program.version}\n'
278279
f'Author: {Program.author}\n'
279-
f'GitHub: {Program.git_hub}')
280+
f'GitHub: {Program.git_hub}\n'
281+
f'Icon: {Program.icon}')
280282

281283

282284
if __name__ == '__main__':

0 commit comments

Comments
 (0)