Compare commits

..

No commits in common. "80419aa05ecd496dc6d2747e34515196f86607e9" and "bac1532663707c75f75ac0fac1b303da02df3307" have entirely different histories.

3 changed files with 2 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,4 +0,0 @@
build
dist
*.spec
.idea

Binary file not shown.

View File

@ -28,11 +28,8 @@ def generate_url(base_url: str = 'https://prnt.sc/'):
for _ in range(NUMBER_OF_LINKS_TO_GENERATE): for _ in range(NUMBER_OF_LINKS_TO_GENERATE):
URL = generate_url() URL = generate_url()
print(URL)
if not CLOSE_WINDOW_AFTER: if URL_AUTO_OPEN is True:
print(URL)
if URL_AUTO_OPEN:
webbrowser.open(URL) webbrowser.open(URL)
if not CLOSE_WINDOW_AFTER: if not CLOSE_WINDOW_AFTER: