Skip to content

Commit

Permalink
Changed name and removed a space (the \n)
Browse files Browse the repository at this point in the history
  • Loading branch information
TFAGaming authored Jan 8, 2023
1 parent bbe7fd4 commit b38706e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import datetime
import webbrowser

__AppName = 'MyNoteBook'
__AppName = 'Notepad clone'
__AppVersion = 'BETA 1.0.0'

print(f'{__AppName} [{__AppVersion}]\n(c) Copyright {__AppName}, all rights reserved.\n\n')
print(f'{__AppName} [{__AppVersion}]\n(c) Copyright {__AppName}, all rights reserved.\n')
print('[i] Starting up the app...')

gui = tkinter.Tk()
Expand Down

0 comments on commit b38706e

Please sign in to comment.