Welcome to my Python Programming Internship repository for Encryptix. This repository contains all the tasks I have completed as part of my internship journey. Below you will find a brief description of each task, along with instructions on how to run them.
The Encryptix Python Programming Internship offers:
- A Completion Certificate
- Placement Support
- Networking Opportunities
To successfully complete the internship, at least three tasks must be completed and documented in this repository.
This repository is organized by tasks, each in its respective folder:
Task1_ToDoList/
- A command-line or GUI-based To-Do List application.Task2_Calculator/
- A simple calculator performing basic arithmetic operations.Task3_PasswordGenerator/
- A password generator application that creates strong and random passwords.Task4_RockPaperScissors/
- A Rock-Paper-Scissors game with score tracking and multiple rounds.Task5_ContactBook/
- A contact book application for storing, viewing, updating, and deleting contact details.
Each folder contains the source code, a brief description, and any additional resources needed to run the task.
A Python application that helps users manage and organize tasks efficiently. Users can create, update, and track their to-do lists.
A simple calculator that performs basic arithmetic operations. It prompts the user to input two numbers and an operation, then displays the result.
A Python-based password generator that allows users to specify the desired length and complexity, generating a strong and random password.
A Python game where the user plays Rock-Paper-Scissors against the computer. It includes score tracking and options for multiple rounds.
A contact management application that allows users to store, view, search, update, and delete contact information.
-
Clone the repository:
git clone https://github.com/your-username/Encryptix.git cd Encryptix
-
Navigate to the respective task folder:
cd Task1_ToDoList
-
Run the Python script:
python main.py
-
Follow the on-screen instructions for each application.
- Website: www.encryptix.in
- Email: contact@encryptix.in
This internship is an opportunity to learn and grow. You are encouraged to approach the tasks with professional diligence, and seek guidance if needed. Happy coding!