We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecbde0 commit 00dafd4Copy full SHA for 00dafd4
PyPassword.py
@@ -35,6 +35,7 @@ class Program:
35
version = '0.1' # Alpha
36
author = 'Jakub S.'
37
git_hub = 'https://github.com/AnonymousX86/Python-Password'
38
+ icon = 'Icon made by Freepik from www.flaticon.com'
39
40
41
def header():
@@ -276,7 +277,8 @@ def quick_start():
276
277
print(f'Program name: {Program.name}\n'
278
f'Current version: {Program.version}\n'
279
f'Author: {Program.author}\n'
- f'GitHub: {Program.git_hub}')
280
+ f'GitHub: {Program.git_hub}\n'
281
+ f'Icon: {Program.icon}')
282
283
284
if __name__ == '__main__':
0 commit comments