Virtual fortune cookie simulator in ASCII and terminal text format
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Crack open some virtual fortune cookies with my Python script here! Feel free to create your own customised list of fortunes into a .csv file. I have included an example csv file in the repo so you can use it right away if you prefer.
Screenshots
To get a local copy up and running, follow these simple steps.
Have Python 3 installed on your device.
- Clone the repo
git clone https://github.com/Julian97/fortune-cookie-simulator.git
- Download my example csv file, which contains a list of fortunes to draw from.
- Change the filepath in line 6 (see screenshot).
- Run the code.
- Follow on-screen instructions.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the BSD 2-Clause "Simplified" License. See LICENSE for more information.
Julian Cheung - @cyan39miku - juliancheung97@gmail.com
Project Link: https://github.com/Julian97/fortune-cookie-simulator


