https://github.com/maliksvd/learning-python3
https://github.com/maliksvd/learning-python3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maliksvd/learning-python3
- Owner: maliksvd
- Created: 2023-03-19T02:26:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T01:28:19.000Z (about 2 years ago)
- Last Synced: 2025-01-29T09:08:16.290Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Python3 - Scripts
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.
## List of Scripts
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.## Getting Started
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/
## To run a script:
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.## Contributing
If you'd like to contribute to this repository, feel free to submit a pull request. Any contributions are welcome!
## License
This repository is licensed under the MIT License.