|
| 1 | +<h1 align="center"> |
| 2 | + <img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/ec559a9f6bfd399b82bb44393651661b08aaf7ba/icons/folder-markdown-open.svg" width="100" /> |
| 3 | + <br>python-hello-world-function-tutorial |
| 4 | +</h1> |
| 5 | +<h4 align="center">A simple Python program demonstrating function creation and execution.</h4> |
| 6 | +<h4 align="center">Developed with the software and tools below.</h4> |
| 7 | +<p align="center"> |
| 8 | + <img src="https://img.shields.io/badge/Language-Python-blue" alt="Language: Python" /> |
| 9 | + <img src="https://img.shields.io/badge/IDE-VS%20Code-red" alt="IDE: VS Code" /> |
| 10 | + <img src="https://img.shields.io/badge/Framework-None-blue" alt="Framework: None" /> |
| 11 | +</p> |
| 12 | +<p align="center"> |
| 13 | + <img src="https://img.shields.io/github/last-commit/spectra-ai-codegen/python-hello-world-function-tutorial?style=flat-square&color=5D6D7E" alt="git-last-commit" /> |
| 14 | + <img src="https://img.shields.io/github/commit-activity/m/spectra-ai-codegen/python-hello-world-function-tutorial?style=flat-square&color=5D6D7E" alt="GitHub commit activity" /> |
| 15 | + <img src="https://img.shields.io/github/languages/top/spectra-ai-codegen/python-hello-world-function-tutorial?style=flat-square&color=5D6D7E" alt="GitHub top language" /> |
| 16 | +</p> |
| 17 | + |
| 18 | + |
| 19 | +## 📑 Table of Contents |
| 20 | +- 📍 Overview |
| 21 | +- 📦 Features |
| 22 | +- 📂 Structure |
| 23 | +- 💻 Installation |
| 24 | +- 🏗️ Usage |
| 25 | +- 📄 License |
| 26 | +- 👏 Authors |
| 27 | + |
| 28 | +## 📍 Overview |
| 29 | +This repository contains a simple Python project designed to introduce beginners to the concept of function creation and execution. It demonstrates the classic "Hello, World!" functionality using a dedicated function. |
| 30 | + |
| 31 | +## 📦 Features |
| 32 | +- Function Definition: Defines a Python function called `hello_world` to encapsulate the "Hello, World!" printing logic. |
| 33 | +- Function Call: Demonstrates how to call the `hello_world` function to execute its code and print the message. |
| 34 | +- Clear Structure: The program is structured in a single Python file for easy understanding and readability. |
| 35 | + |
| 36 | +## 📂 Structure |
| 37 | +``` |
| 38 | +└── hello_world.py |
| 39 | +``` |
| 40 | + |
| 41 | +## 💻 Installation |
| 42 | +### 🔧 Prerequisites |
| 43 | +- Python (version 3.6 or higher) |
| 44 | + |
| 45 | +### 🚀 Setup Instructions |
| 46 | +1. Clone the repository: |
| 47 | + - `git clone https://github.com/spectra-ai-codegen/python-hello-world-function-tutorial.git` |
| 48 | +2. Navigate to the project directory: |
| 49 | + - `cd python-hello-world-function-tutorial` |
| 50 | + |
| 51 | +## 🏗️ Usage |
| 52 | +### 🏃♂️ Running the Program |
| 53 | +- Open a terminal or command prompt. |
| 54 | +- Execute the following command: |
| 55 | + - `python hello_world.py` |
| 56 | +- You should see the "Hello, World!" message printed to the console. |
| 57 | + |
| 58 | +## 📄 License |
| 59 | +This project is licensed under the MIT License. |
| 60 | + |
| 61 | +## 👥 Authors |
| 62 | +- Author Name - [Spectra.codes](https://spectra.codes) |
| 63 | +- Creator Name - [DRIX10](https://github.com/Drix10) |
| 64 | + |
| 65 | +<p align="center"> |
| 66 | + <h1 align="center">🌐 Spectra.Codes</h1> |
| 67 | +</p> |
| 68 | +<p align="center"> |
| 69 | + <em>Why only generate Code? When you can generate the whole Repository!</em> |
| 70 | +</p> |
| 71 | +<p align="center"> |
| 72 | +<img src="https://img.shields.io/badge/Developer-Drix10-red" alt=""> |
| 73 | +<img src="https://img.shields.io/badge/Website-Spectra.codes-blue" alt=""> |
| 74 | +<img src="https://img.shields.io/badge/Backed_by-Google,_Microsoft_&_Amazon_for_Startups-red" alt=""> |
| 75 | +<img src="https://img.shields.io/badge/Finalist-Backdrop_Build_v4-black" alt=""> |
| 76 | +<p> |
0 commit comments