https://github.com/vishwas-chakilam/codeclause-internship
This repository contains tasks and projects completed as part of the CodeClause Internship. It includes source code, documentation, and solutions for assigned tasks, demonstrating practical implementation of various concepts.
https://github.com/vishwas-chakilam/codeclause-internship
Last synced: 7 months ago
JSON representation
This repository contains tasks and projects completed as part of the CodeClause Internship. It includes source code, documentation, and solutions for assigned tasks, demonstrating practical implementation of various concepts.
- Host: GitHub
- URL: https://github.com/vishwas-chakilam/codeclause-internship
- Owner: Vishwas-Chakilam
- Created: 2025-03-08T04:04:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:18:44.000Z (7 months ago)
- Last Synced: 2025-03-08T05:19:05.649Z (7 months ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeClause Internship 🚀
This repository contains tasks and projects completed as part of the **CodeClause Internship**. It includes source code, documentation, and solutions for assigned tasks, showcasing hands-on experience in various technologies.
## 📌 About
This repo serves as a collection of all the tasks assigned during the internship, demonstrating my skills and learning progress.## 📂 Repository Structure
```
📁 CodeClause-Internship
┣ 📁 Task-1
┃ ┣ 📜 README.md (Task description & details)
┃ ┣ 📜 calculator.py (Main code file)
┣ 📁 Task-2
┃ ┣ 📜 README.md
┃ ┣ 📜 url_shortener.py
┣ 📁 Task-3
┃ ┣ 📜 README.md
┃ ┣ 📜 client.py
┃ ┣ 📜 server.py
┣ 📁 Task-4
┃ ┣ 📜 README.md
┃ ┣ 📜 Mail_App.py
```## 🚀 Tasks Completed
- ✅ **Task 1:** - **Simple GUI Calculator** built using **Python and Tkinter**
- ✅ **Task 2:** - **GUI URL Shortener** built using Python
- ✅ **Task 3:** - **Real Time Chat Application** built using Python
- ✅ **Task 4:** - **Advanced Mail Application with UI** built using Python## 📜 How to Use
1. Clone the repository:
```bash
git clone https://github.com/Vishwas-Chakilam/CodeClause-Internship.git
```
2. Navigate to a task folder:
```bash
cd Task-1
```
3. Run the project (example for Python files):
```bash
python main.py
```## 📧 Contact
For any queries or collaboration, feel free to reach out!👤 **Vishwas Chakilam**
📧 Email: [Work.vishwas1@gmail.com]
🔗 GitHub: [https://github.com/Vishwas-Chakilam](https://github.com/Vishwas-Chakilam)---
🌟 _This repository is a reflection of my learning journey during the CodeClause Internship. Stay tuned for more updates!_ 🚀✨