faker.providers.internetΒΆ

fake.ipv4()
# u'39.157.83.234'

fake.url()
# u'http://cruickshank.net/'

fake.company_email()
# u'charisse.friesen@gleason.biz'

fake.uri()
# u'http://brekke.net/homepage.htm'

fake.domain_word(*args, **kwargs)
# u'gibson'

fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=29\xd7120&w=29&h=120'

fake.tld()
# u'com'

fake.free_email()
# u'larkin.jackie@gmail.com'

fake.slug(*args, **kwargs)
# u'et-tempore-deserunt'

fake.free_email_domain()
# u'hotmail.com'

fake.domain_name()
# u'leannon.com'

fake.uri_extension()
# u'.html'

fake.ipv6()
# u'07bd:b4fb:15bb:cd91:c2f3:b1b6:6b07:a6bf'

fake.safe_email()
# u'xyundt@example.com'

fake.user_name(*args, **kwargs)
# u'zelma82'

fake.uri_path(deep=None)
# u'tags'

fake.email()
# u'sid.rau@windler.com'

fake.uri_page()
# u'author'

fake.mac_address()
# u'38:3d:6a:b0:73:d9'

Previous topic

faker.providers.file

Next topic

faker.providers.job

This Page