Metadata-Version: 2.1
Name: robloxFunctions
Version: 0.0.2
Summary: A python package that uses roblox's API.
Home-page: https://github.com/Zach-Tolentino-161/robloxFunctions/tree/master
Author: PandaGamerYT
Author-email: zachgameryt08@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Roblox API
#### Getting a person's user ID using username:
##### Code:
`
username = "Roblox"
`
`
print(get_id_by_username(username))
`
##### Returns:
###### `1` as the User's ID.
#### Getting a random username:
##### Code:
`
print(get_random_user())
`
###### This function will return a random username like [`Roblox`](https://www.roblox.com/users/1/profile)
###### The limit of the ID will be scaled after roblox get's a lot more players.
#### Check the other functions included!

