mirror of
https://github.com/jantic/DeOldify.git
synced 2026-09-01 04:58:26 +08:00
5 lines
89 B
Python
Executable File
5 lines
89 B
Python
Executable File
import sys
|
|
from IPython.lib import passwd
|
|
password = passwd(sys.argv[1])
|
|
print(password)
|