Skip to content

Instantly share code, notes, and snippets.

View kirtanp98's full-sized avatar
😎
Watching anime

Kirtan Patel kirtanp98

😎
Watching anime
View GitHub Profile
@kirtanp98
kirtanp98 / bbt.py
Last active January 24, 2020 03:38
Random Cafe Zio bubble tea generator
import random
from bs4 import BeautifulSoup
import requests
if __name__ == '__main__':
bbt = ["Brewed", "Creamy"]
bTea = []
bFlavors = []
cFlavors = []