Compare commits
4 Commits
bac1532663
...
80419aa05e
Author | SHA1 | Date | |
---|---|---|---|
80419aa05e | |||
74a590af14 | |||
18685f611d | |||
a3302cfe0d |
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
build
|
||||
dist
|
||||
*.spec
|
||||
.idea
|
BIN
prnt.sc_link_generator.exe
Normal file
BIN
prnt.sc_link_generator.exe
Normal file
Binary file not shown.
@ -28,8 +28,11 @@ def generate_url(base_url: str = 'https://prnt.sc/'):
|
||||
|
||||
for _ in range(NUMBER_OF_LINKS_TO_GENERATE):
|
||||
URL = generate_url()
|
||||
print(URL)
|
||||
if URL_AUTO_OPEN is True:
|
||||
|
||||
if not CLOSE_WINDOW_AFTER:
|
||||
print(URL)
|
||||
|
||||
if URL_AUTO_OPEN:
|
||||
webbrowser.open(URL)
|
||||
|
||||
if not CLOSE_WINDOW_AFTER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user