Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.47 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.47 KB

Python Fun Programs

Welcome to the Python Fun Programs repository! This collection contains a variety of Python scripts that are both entertaining and educational. These programs cover a wide range of applications and are perfect for anyone looking to explore Python programming.

Table of Contents

Programs

Here are some of the fun programs included in this repository:

  • Age Calculator
  • Audio Player
  • BMI Calculator
  • Currency Converter
  • Dice Roll
  • Email Sender
  • Factorial Calculator
  • Guess the Word
  • Jarvis (version 1.13)
  • Number Guessing Game
  • Rock Paper Scissors
  • Tic Tac Toe
  • Weather App

Installation

To run these programs, you'll need Python installed on your machine. You can download Python from the official website.

  1. Clone this repository:
    git clone https://github.com/Maaz-319/Python.git
  2. Navigate to Directoy:
    cd Python
  3. Usage:
    cd BMICalculator
    python bmi_calculator.py
  4. Contributing We welcome contributions! If you have a fun Python program you'd like to add, please fork the repository, make your changes, and submit a pull request. Ensure your code follows the style guidelines and includes appropriate documentation.

Enjoy coding and have fun exploring these Python programs! If you have any questions or feedback, feel free to open an issue in the repository.