This repository contains three tasks, for CodSoft Internship for Python Programming
function, each focusing on a different aspect of Python programming.
Below, you'll find detailed information about each task.
This task involves creating a Password Generator in Python, offering both a GUI and console-based implementation. Users can generate strong and random passwords with specified lengths.
- For the GUI version, run
codsoft_03/gui.py
. - For the console version, run
codsoft_03/console.py
.
For more details, check the Password Generator README.
This task implements a Rock-Paper-Scissors game in Python, providing both a GUI and console version. Users can play the game, and the project includes features like score tracking and play again functionality.
- For the GUI version, run
codsoft_04/gui.py
. - For the console version, run
codsoft_04/console.py
.
For more details, check the Rock-Paper-Scissors README.
This task involves creating a Contact Book in Python, allowing users to manage contact information. The project includes both console and GUI versions, providing functionalities like adding, viewing, searching, updating, and deleting contacts.
- For the GUI version, run
codsoft_05/gui.py
. - For the console version, run
codsoft_05/console.py
.
For more details, check the Contact Book README.
- Fork the repository.
- Create a branch for your changes.
- Make your changes and test thoroughly.
- Submit a pull request.
Feel free to contribute or provide feedback! If you encounter any issues, please report them in the respective task directories.
If you encounter any issues or have suggestions, please open an issue in the respective task directories.
- Thanks to the contributors who make this project better!
Happy coding!