{"id":26879663,"url":"https://github.com/hifza-khalid/codealpha_python_internship_tasks","last_synced_at":"2025-06-14T04:06:03.021Z","repository":{"id":285071437,"uuid":"955908338","full_name":"Hifza-Khalid/CodeAlpha_Python_Internship_Tasks","owner":"Hifza-Khalid","description":"🚀 A collection of Python tasks and projects completed during the CodeAlpha Python Internship. Includes GUI applications, algorithms, and data visualization.","archived":false,"fork":false,"pushed_at":"2025-03-29T12:03:47.000Z","size":270,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T04:04:23.413Z","etag":null,"topics":["automation","codealpha-internship","data-visualization","fibonacci-sequence","gui","internship","learning-python","matplotlib","opensource","projects","python","scripting","tkinter"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=GFbRgbIID3A\u0026ab_channel=Hifza%27sTechHub","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hifza-Khalid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-27T11:46:09.000Z","updated_at":"2025-04-13T09:48:07.000Z","dependencies_parsed_at":"2025-03-29T10:26:21.387Z","dependency_job_id":"3af35466-72c8-4f34-9f55-69dbfdb80630","html_url":"https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks","commit_stats":null,"previous_names":["hifza-khalid/codealpha_python_internship_tasks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2FCodeAlpha_Python_Internship_Tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2FCodeAlpha_Python_Internship_Tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2FCodeAlpha_Python_Internship_Tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2FCodeAlpha_Python_Internship_Tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hifza-Khalid","download_url":"https://codeload.github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2FCodeAlpha_Python_Internship_Tasks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259756874,"owners_count":22906678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","codealpha-internship","data-visualization","fibonacci-sequence","gui","internship","learning-python","matplotlib","opensource","projects","python","scripting","tkinter"],"created_at":"2025-03-31T13:31:22.058Z","updated_at":"2025-06-14T04:06:02.978Z","avatar_url":"https://github.com/Hifza-Khalid.png","language":"Python","readme":"# 🚀 CodeAlpha_Python_Internship_Tasks\n\n\n📂 This repository contains tasks and solutions for the **CodeAlpha Python 3-Month Internship** 🚀. It focuses on **learning, growth**, and **real-world problem-solving**, helping to enhance Python skills through practical projects and challenges. 💡💻\n\n---\n\n## 📑 Table of Contents\n\u003cdetails\u003e\n  \u003csummary\u003eClick to Expand\u003c/summary\u003e\n  \n- [📋 Project Overview](#-project-overview)\n- [📂 Folder Structure](#-folder-structure)\n- [💻 Fibonacci Generator](#-fibonacci-generator)\n- [🔜 Folder 2](#-folder-2)\n- [🔜 Folder 3](#-folder-3)\n- [🛠 Installation \u0026 Setup](#-installation--setup)\n- [🚀 Usage](#-usage)\n- [🤝 Contributing](#-contributing)\n- [📜 License](#-license)\n- [📧 Contact](#-contact)\n\n\u003c/details\u003e\n\n---\n\n## 📋 Project Overview\nThis repository contains tasks completed as part of the **CodeAlpha Python Internship**. The projects include Python scripts and GUI applications, utilizing Tkinter, Matplotlib, and other libraries. \n\n---\n\n## 📂 Folder Structure\n\n```\nCodeAlpha_Python_Internship_Tasks/\n│\n├── Fibonacci_Generator/  \n│   ├── main.py                # Python script to generate Fibonacci numbers  \n│   ├── moon.png               # Image file (used for specific task)  \n│   └── sun.png                # Image file (used for specific task)  \n│   ├── copy.JPG\n│   ├── copy.txt\n│   ├── plot.JPG\n│   ├── plot.png\n│   ├── save.JPG\n│   ├── save.txt\n│   ├── toggle.JPG\n│\n├── Folder2/                   # Additional tasks will be added soon  \n├── Folder3/                   # More tasks coming soon  \n```\n\n---\n\n## 💻 Fibonacci Generator\n\n\n### 📝 Description\nThis project generates Fibonacci numbers using a Python GUI built with Tkinter.\n\n🔹 **What is Fibonacci series?** A sequence where each number is the sum of the two preceding ones.\u003cbr\u003e\n🔹 **Why is it called Fibonacci series?** Named after Leonardo Fibonacci, an Italian mathematician.\u003cbr\u003e\n🔹 **Real-life applications:** Found in nature, financial markets, art, and computing.\u003cbr\u003e\n\n🔗 Basic Approach: [View on SoloLearn](https://www.sololearn.com/en/compiler-playground/cOQXBo4Iz6oR)\n\n### 🔥 Key Features\n✅ **Generate Fibonacci Numbers instantly** 📋  \n✅ **Copy to Clipboard** 📝  \n✅ **Save as a File** 📁  \n✅ **Plot Fibonacci Growth using Matplotlib** 📈  \n✅ **Switch Between Light \u0026 Dark Mode** 🌞🌙  \n\n💻 **Tech Stack:** Python, Tkinter, Matplotlib, Pyperclip  \n\n\u003cdetails\u003e\n  \u003csummary\u003e📌 Click to view UI Features \u0026 Screenshots 🚀\u003c/summary\u003e\n\n### ✅ **Generate Fibonacci Numbers** 🔢✨  \n![save.JPG](https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/blob/main/Fibonacci_Generator/save.JPG)  \n\n📢 Instantly generate Fibonacci numbers with a **clean, interactive, and responsive UI**. Perfect for quick calculations! ⚡  \n\n---\n\n### 📋 **Copy to Clipboard** 📝📌  \n![copy.JPG](https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/blob/main/Fibonacci_Generator/copy.JPG)  \n\n🔹 **Copy results with one click** – no need to manually select and copy! Saves time and effort.  \n\n---\n\n### 📁 **Save as a File** 💾📜  \n![save.JPG](https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/blob/main/Fibonacci_Generator/save.JPG)  \n\n✅ Store your Fibonacci sequences in a **.txt file** for **future reference and offline access**!  \n\n---\n\n### 📈 **Plot Fibonacci Growth** 📊🔍  \n![plot.JPG](https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/blob/main/Fibonacci_Generator/plot.JPG)  \n\n📌 **Visualize Fibonacci sequences dynamically** using **Matplotlib** to analyze growth patterns!  \n\n---\n\n### 🌞🌙 **Toggle Light \u0026 Dark Mode** 🎨🔄  \n![toggle.JPG](https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks/blob/main/Fibonacci_Generator/toggle.JPG)  \n\n🌟 **Seamlessly switch** between **light and dark themes** to match your preference! Ideal for night mode lovers. 🌙✨  \n\n\u003c/details\u003e\n\n---\n\n## 🔜 Folder 2\n\u003cdetails\u003e\n  \u003csummary\u003eClick to Expand\u003c/summary\u003e\n  \nTasks for this folder will be updated soon.\n  \n\u003c/details\u003e\n\n---\n\n## 🔜 Folder 3\n\u003cdetails\u003e\n  \u003csummary\u003eClick to Expand\u003c/summary\u003e\n  \nTasks for this folder will be updated soon.\n  \n\u003c/details\u003e\n\n---\n\n## 🛠 Installation \u0026 Setup\n### 📦 Prerequisites  \n- [🐍 Python 3.x](https://www.python.org/downloads/) – Install the latest version of Python.  \n- [📦 Any Python package manager](https://pip.pypa.io/en/stable/) (like `pip`) – Used for installing dependencies.  \n- [🖥️ Tkinter](https://docs.python.org/3/library/tkinter.html) – Built-in Python library for GUI development.  \n\n### 🔽 Steps\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/Hifza-Khalid/CodeAlpha_Python_Internship_Tasks.git\n```\n2. **Navigate into the project folder:**\n```bash\ncd CodeAlpha_Python_Internship_Tasks\n```\n3. **Install required dependencies:**\n```bash\npip install -r requirements.txt  # If applicable\n```\n\n---\n\n## 🚀 Usage\n\n\nRun the different tasks from the respective folders.\n\n### **For Fibonacci Generator:**\n```bash\npython Fibonacci_Generator/main.py\n```\n\n\n---\n\n## 🤝 Contributing\n\n\nWe welcome contributions to this project! Follow these steps:\n\n1. **Fork the repository**.\n2. **Create a new branch** (`feature-your-feature`).\n3. **Commit your changes** (`git commit -m \"Add your feature\"`).\n4. **Push the branch** (`git push origin feature-your-feature`).\n5. **Create a Pull Request**.\n\nIf you encounter issues, please open an issue on GitHub.\n\n\n---\n\n## 📜 License\n  \nThis project is licensed under the MIT License.  \n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n\n---\n\n## 📧 Contact\n\n👤 **Hifza Khalid**  \n🐙 **GitHub:** [Hifza-Khalid](https://github.com/Hifza-Khalid)  \n📩 **Email:** hifzaofpk@gmail.com  \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhifza-khalid%2Fcodealpha_python_internship_tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhifza-khalid%2Fcodealpha_python_internship_tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhifza-khalid%2Fcodealpha_python_internship_tasks/lists"}