This repository contains a collection of programming tasks for a Python internship. These tasks cover a range of topics and complexity levels, providing an opportunity to enhance your Python programming skills. Below, you'll find details about each task and instructions on running and using the programs.
A To-Do List application that helps users manage and organize their tasks efficiently. This project allows users to create, update, and track their to-do lists either through a command-line or GUI-based interface using Python.
- Link to Demo - Click here to see a demo of the To-Do List Application.
A simple calculator with basic arithmetic operations. This project prompts the user to input two numbers and an operation choice, performs the calculation, and displays the result.
Simple.calculator.mp4
A password generator application that generates strong and random passwords for users. This project allows users to specify the length and complexity of the password.
Password.Generator.mp4
A weather forecast application developed in Python. This project retrieves weather data from an API and presents it in a user-friendly format. Users can input a city name or zip code, and the application will provide current weather information, including temperature, humidity, wind speed, and a short weather description.
Weather-App.mp4
A quiz game that asks users multiple-choice or fill-in-the-blank questions on a specific topic. The game keeps track of scores, provides feedback on correct/incorrect answers, and offers a variety of questions to make it challenging and engaging.
- Link to Demo - Click here to see a demo of the Quiz Game.
Feel free to explore each project by following the provided demo links. You can also clone or download the project repositories to run them locally on your machine.
Enjoy using these Python projects for various purposes, and feel free to contribute or modify them as needed. If you encounter any issues or have questions, please refer to the project's respective documentation or create an issue in the project's repository.