This is a simple Streamlit application that allows users to either generate virtual money or get motivational quotes. It features a sidebar for navigation between two sections:
- Money Generator π°: Randomly generates a virtual amount of money.
- Motivational Quotes π: Fetches an inspiring quote from an API.
- Generate random money amounts between $1 and $1000.
- Fetch motivational quotes from an API.
- User-friendly interface with a sidebar navigation menu.
- Animated spinners for better user experience.
Check out the live application here: Money Making Machine
To run this project on your local machine, follow these steps:
git clone https://github.com/codewithshabbir/money-making-machine-python.git
cd money-making-machine-python
Ensure you have Python 3.7+ installed, then run:
pip install -r requirements.txt
streamlit run app.py
π money-making-machine-python
βββ app.py # Main Streamlit application
βββ requirements.txt # List of dependencies
βββ README.md # Project documentation
streamlit
requests
This project fetches motivational quotes from DummyJSON API:
- Endpoint: https://dummyjson.com/quotes
GitHub Repository: Money Making Machine
This project is open-source and available under the MIT License.