This repository contains a collection of Python scripts that I've created while learning Python. Each script is designed to demonstrate different aspects of the Python programming language, and can be run in a Python 3 environment. It may contain errors because I am still learning.
Here is a list of the scripts contained in this repository, along with a brief description of each one:
password-generator: Generates a random password based on user input. guessing-game: Asks the user to guess a randomly generated number. palindrome-checker: Checks if a given word or phrase is a palindrome. prime-number-checker: Checks if a given number is prime. rock-paper-scissors: A simple game of rock-paper-scissors that can be played against the computer.
To run any of these scripts, you'll need Python 3 installed on your machine. You can download it from the official website: https://www.python.org/downloads/
Clone this repository to your local machine. Open a terminal window and navigate to the directory where you cloned the repository. Navigate to the directory containing the script you want to run. Run the script by typing python script_name.py and pressing enter.
If you'd like to contribute to this repository, feel free to submit a pull request. Any contributions are welcome!
This repository is licensed under the MIT License.