This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Class for generating random user information | |
| # Imports | |
| # ---------------------------------------------------------------- | |
| from urllib import request | |
| from urllib.parse import urlencode | |
| import json | |
| import re | |
| # Global Variables |