Skip to content

Instantly share code, notes, and snippets.

View nikhilbadyal's full-sized avatar
👨‍💻
Writing O(1)

Nikhil Badyal nikhilbadyal

👨‍💻
Writing O(1)
  • India
  • 08:52 (UTC +05:30)
View GitHub Profile
@nikhilbadyal
nikhilbadyal / random_user.py
Created April 22, 2022 07:24
Create Random User Python
# Class for generating random user information
# Imports
# ----------------------------------------------------------------
from urllib import request
from urllib.parse import urlencode
import json
import re
# Global Variables