An open API service indexing awesome lists of open source software.

https://github.com/pythoncoderunicorn/fortunecookie

This a simple Fortune Cookie generator that prints out message and random numbers
https://github.com/pythoncoderunicorn/fortunecookie

fortune-cookie-generator random random-generation

Last synced: 1 day ago
JSON representation

This a simple Fortune Cookie generator that prints out message and random numbers

Awesome Lists containing this project

README

          

# FortuneCookie
This a simple Fortune Cookie generator that prints out message and random numbers

## Make your Fortune Cookie message and lucky numbers

This code uses the NumPy library for a random integer generator to make 4 numbers less than 100.
The messages are aphorisms and the first two in the array are from actual Chinese food fortune cookies.

Hope you enjoy it.