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
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/fortunecookie
- Owner: PythonCoderUnicorn
- Created: 2021-02-28T20:14:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T20:20:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T05:18:41.634Z (10 months ago)
- Topics: fortune-cookie-generator, random, random-generation
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.