Skip to content

maxscheijen/vibeflip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibeflip

A truly random coin flip using GPT.

Usage

Install the package:

pip install vibeflip

Set your OpenAI API key as an environment variable.

export OPENAI_API_KEY=your_api_key
from vibeflip import vibeflip

result = vibeflip()
print(result)

About

Coin flip library that uses GPT for true randomness

Topics

Resources

License

Stars

Watchers

Forks

Languages