Skip to content

Money Making Machine is a Python-Streamlit web app that simulates virtual money generation, suggests side hustles, and provides financial motivation through API integration.

Notifications You must be signed in to change notification settings

MuhammadAdnan1998/Money_Making_Machine_Using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Making Machine 🚀💰

Overview 📌

The Money Making Machine is a Streamlit-powered web application designed for entertainment and inspiration. This app provides a fun way to "generate" virtual money, discover potential side hustles, and get motivational quotes about financial success.

Features ✨

  • 💵 Instant Cash Generator: Simulate money generation with a random amount.
  • 💼 Side Hustle Ideas: Fetch a side hustle suggestion from an API.
  • 💡 Money-Making Motivation: Retrieve an inspirational financial quote.

Technologies Used 🛠️

  • 🐍 Python
  • 🎨 Streamlit
  • 🔗 Requests (for API calls)
  • 🎲 Random (for generating virtual money)
  • ⏳ Time (for simulating delays)

Installation ⚙️

Prerequisites ✅

Ensure you have Python installed on your system. You can download it from Python's official website.

Steps 📌

  1. Clone the repository:
    git clone https://github.com/your-username/money-making-machine.git
  2. Navigate to the project directory:
    cd money-making-machine
  3. Install required dependencies:
    pip install streamlit requests
  4. Run the application:
    streamlit run app.py

API Configuration 🌐

The app fetches side hustle ideas and money quotes from an external API. Ensure your backend server is running at http://127.0.0.1:8000/ or modify the API URLs accordingly in the code.

Usage 🎮

  • Click 💰 Generate Money to see a random amount.
  • Click 🚀 Generate Hustle to get a side hustle idea.
  • Click 💡 Get Inspired for a motivational money quote.

Contribution 🤝

Feel free to fork this repository and submit pull requests with improvements. Contributions are always welcome!

License 📜

This project is licensed under the MIT License. See the LICENSE file for details.


Note: This application is for entertainment purposes only and does not generate real money.

About

Money Making Machine is a Python-Streamlit web app that simulates virtual money generation, suggests side hustles, and provides financial motivation through API integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages