You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
'''The main script file'''
1
+
'''The main program file'''
2
2
3
3
importos
4
4
importsys
@@ -70,7 +70,7 @@ def _input_method():
70
70
is_valid_input_method=True
71
71
72
72
print(
73
-
'\nThe script will walk you trough all the required values now.')
73
+
'\nThe program will walk you trough all the required values now.')
74
74
75
75
is_valid_input_method_type=False
76
76
@@ -777,7 +777,7 @@ def _theme_info_input():
777
777
os.remove('.temp.pbcolors')
778
778
779
779
link=print(
780
-
'Can this script open a link to a GitHub issue in the Celarye/paperback-themes repository in your web browser (a GitHub account is required)?\nThis issue will make it possible to review your theme and add it to the public list of themes [y/N].').lower()
780
+
'Can this program open a link to a GitHub issue in the Celarye/paperback-themes repository in your web browser (a GitHub account is required)?\nThis issue will make it possible to review your theme and add it to the public list of themes [y/N].').lower()
781
781
782
782
matchlink:
783
783
case'y':
@@ -813,7 +813,7 @@ def _theme_info_input():
813
813
def_end(public_theme=False):
814
814
print('\nYour theme file was created, you can now share it with the Paperback app.')
815
815
816
-
print('\nTip: You can just restart the script and choose the file input method to edit the theme you just made.')
816
+
print('\nTip: You can just restart the program and choose the file input method to edit the theme you just made.')
0 commit comments