From 59f60078cb7bb1c6bc00272c9f44c1188e8bfb92 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 18 Mar 2021 23:40:06 -0400 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=AE=BE=E7=BD=AE=20IF=20?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 ++++- tests/RandomStringGenerate.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53a6226..ed217ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ yfinance==0.1.54 python-dateutil~=2.8.1 -setuptools~=54.0.0 \ No newline at end of file +setuptools~=54.0.0 +ruamel.yaml +qrcode +Pillow \ No newline at end of file diff --git a/tests/RandomStringGenerate.py b/tests/RandomStringGenerate.py index fc6e23c..6339550 100644 --- a/tests/RandomStringGenerate.py +++ b/tests/RandomStringGenerate.py @@ -18,8 +18,9 @@ def random_password(length, printable): if __name__ == "__main__": - print(__name__) 3 + print(__name__) + amount = int(input("请输入需要生成随机字符串的数量: ")) number = int(input("请输入随机字符串的长度: "))