Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Scripts Directory 🐍

A collection of Python scripts tailored for various operations, mirroring the functionality of their Bash counterparts for enhanced compatibility and flexibility on diverse platforms.

Python Banner Image


Table of Contents


Overview

The Python directory contains scripts that offer similar functionalities as those in the Linux Bash directory but are written in Python for broader compatibility and potential enhanced functionality. Whether you're on a Linux, Windows, or MacOS platform, these Python scripts got you covered.


Highlighted Scripts

Here are some of the notable Python adaptations:

More scripts are continually being added, ensuring you have a Pythonic solution for various tasks!


Usage

  1. Clone the Repository (If you haven't already):

    git clone https://github.com/cesarderio/Scripts.git
  2. Navigate to the Python Scripts Directory:

    cd Scripts/Python/
  3. Run the Desired Script:

    python script_name.py

> Note: Ensure you're using the right Python version (python3 might be required in some systems) and understand the script's functionality before executing.


Contribution

Your contributions can make these scripts even better:

  • Fork the repository.

  • Create a new branch:

    git checkout -b my-awesome-feature
  • Make your invaluable changes.

  • Commit your changes:

    git commit -am 'Added some amazing features'
  • Push to the branch:

    git push origin my-awesome-feature
  • Create a new Pull Request targeting the Python directory.

Contributions are welcome! Feel free to open issues, suggest enhancements, or submit pull requests to improve the script.


Author

  • Raphael Chookagian

Date of Latest Revision

  • 12/07/2024

License

  • This script is provided as-is without any warranties. Users are advised to review and understand the script before executing it.

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


Harness the power of Python! 🚀🐍