Skip to content

A fun Streamlit app that generates virtual money πŸ’° and motivational quotes 🌟. Built with Python and Streamlit.

Notifications You must be signed in to change notification settings

codewithshabbir/money-making-machine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Money Making Machine

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:

  1. Money Generator πŸ’°: Randomly generates a virtual amount of money.
  2. Motivational Quotes 🌟: Fetches an inspiring quote from an API.

Features

  • 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.

Live Demo

Check out the live application here: Money Making Machine

Installation

To run this project on your local machine, follow these steps:

1️⃣ Clone the Repository

git clone https://github.com/codewithshabbir/money-making-machine-python.git
cd money-making-machine-python

2️⃣ Install Dependencies

Ensure you have Python 3.7+ installed, then run:

pip install -r requirements.txt

3️⃣ Run the Application

streamlit run app.py

Project Structure

πŸ“‚ money-making-machine-python
│── app.py                # Main Streamlit application
│── requirements.txt      # List of dependencies
│── README.md             # Project documentation

Dependencies

  • streamlit
  • requests

API Used

This project fetches motivational quotes from DummyJSON API:

Repository

GitHub Repository: Money Making Machine

License

This project is open-source and available under the MIT License.

About

A fun Streamlit app that generates virtual money πŸ’° and motivational quotes 🌟. Built with Python and Streamlit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages