This repository contains various Python projects.
-
QR Generator
- QR-generator.py - Generate a QR code from a URL.
-
Automated Morning SMS
- automatemoringin.py - Sends a morning SMS message using a web service.
-
Face Detection
- face-detections.py - Detects faces in an image.
-
Stopwatch
- stopwatch.py - Simple stopwatch application.
-
Basic Calculator
- basic-calculator.py - Basic calculator that performs addition, subtraction, multiplication, and division.
-
Random Password Generator
- random-pass.py - Generates a random password.
##before running
pip install -r requirements.txt
This will install all the libraries listed in the requirements.txt file.
Make sure you have Python 3.x installed.
- Clone the repository:
git clone https://github.com/scar7things/python-projects.git cd python-projects
2.Run the desired Python script: python3 script_name.py
replace 'script_name.py' with the desired python scrip you want to run
Contributing
Feel free to contribute to this repository by adding new projects or improving existing ones. Create a pull request with your changes.
License
This repository is licensed under the MIT License.