Skip to content

rezadrakhshan/python-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Code Repository

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.

Table of Contents

Description

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.

Installation

  1. Clone the repository:
    git clone https://github.com/rezadrakhshan/python-code.git
  2. Navigate to the project directory:
    cd python-code

Usage

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.

Scripts

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.

Contributing

Contributions are welcome! If you have any improvements or new scripts to add, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

my python code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages