Skip to content

abhidya/Address-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Address-Generator

Returns a real address from Zillow.com or a fake address from Fakenamegenerator.com

The code requires the included fng script,BeautifulSoup, and Requests.

To use this with your program you need the file in the root project folder and in your program header​ Code:

from Zillow_address import ZillowGenerator

Usage:​

addressgen = ZillowGenerator('AK')

address = addressgen.address()

city = addressgen.city()

zip = addressgen.zip()

it would return

address: 2288 W Rivulet Ave

city: Wasilla

zip: 99577

About

Returns a real address from Zillow.com or a fake address from Fakenamegenerator.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages