Skip to content
/ profaker Public

python生成随机字符、中英文用户名、手机号、身份证等

Notifications You must be signed in to change notification settings

mzky/profaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#profake
python生成随机字符、中英文用户名、手机号、身份证等

test ok : python 3.7 Usage:

from fake_modules.utils.tools import *
from fake_modules.fake_email import email
from fake_modules.fake_id import make_id,check_id
from fake_modules.fake_ip import ip
from fake_modules.fake_name import name
from fake_modules.fake_number import number
from fake_modules.fake_phone import phone

├── fake_modules
│   ├── fake_email.py
│   ├── fake_id.py
│   ├── fake_ip.py
│   ├── fake_name.py
│   ├── fake_number.py
│   ├── fake_phone.py
│   ├── init.py
│   └── utils
│   ├── init.py
│   └── tools.py
├── init.py
└── README.md

2 directories, 11 files

About

python生成随机字符、中英文用户名、手机号、身份证等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages