mirror of
https://github.com/anatolykopyl/dochunt.git
synced 2026-03-26 12:54:41 +00:00
💄 Made a pretty ui
This commit is contained in:
8
utils/savePhoto.py
Normal file
8
utils/savePhoto.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from rich.console import Console
|
||||
c = Console()
|
||||
|
||||
def save_photo(url):
|
||||
f = open("output.txt", "a", encoding='utf-8')
|
||||
f.write(url)
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user