Skip to content

Package that generates fields for registration accounts based on faker

License

Notifications You must be signed in to change notification settings

smnenko/fake_account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Account

Package that generates fields for registration accounts based on faker

Installation

pip install git+https://github.com/smnenko/fake_account.git

Example

from fake_account import FakeAccount


if __name__ == '__main__':
    for _ in range(10):
        fa = FakeAccount()
        print(fa.username, fa.password, fa.secret_answer)

License

Fake Account is packaged and distributed using the MIT License which allows for commercial use, distribution, modification and private use provided that all copies of the software contain the same license and copyright.

By the community, for the community. A passion project by Stanislav Semenenko

About

Package that generates fields for registration accounts based on faker

Topics

Resources

License

Stars

Watchers

Forks

Languages