Welcome to my Python code repository! This repository contains a collection of various Python scripts I've written. Feel free to explore, use, and modify the code.
This repository includes Python scripts for different purposes, from simple utilities to small applications. Each script is self-contained and demonstrates different aspects of Python programming.
- Clone the repository:
git clone https://github.com/rezadrakhshan/python-code.git
- Navigate to the project directory:
cd python-code
Each script can be run independently. To run a script, use the following command:
python script_name.py
Replace script_name.py
with the name of the script you want to execute.
Here are some of the scripts included in this repository:
Script Name | Description |
---|---|
Age Calculator.py | Calculate age based on input birth date. |
Calculator In One Line.py | A one-line calculator script. |
Celebrity picture.py | Script to download a celebrity picture. |
Hashing Passwords.py | Demonstrates how to hash passwords. |
Merry Christmas.py | A script that prints a Christmas greeting. |
Number hunch game.py | A number guessing game. |
Password Cheker.py | A password strength checker. |
PrimeFilter.py | Filters prime numbers from a list. |
Screen Recorder.py | Records the screen. |
String Methods.py | Demonstrates various string methods. |
Text To Speech.py | Converts text to speech. |
Timer.py | A simple countdown timer. |
account managment.py | Manages user accounts. |
atm.py | A simple ATM simulator. |
background deleter.py | Deletes background from images. |
bigger or smaller game.py | A game to guess if the next number is bigger or smaller. |
calendar.py | Displays a calendar. |
password generator.py | Generates random passwords. |
youtube Downloader.py | Downloads YouTube videos. |
UrlShortener.py | Link Shortener. |
Contributions are welcome! If you have any improvements or new scripts to add, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.