A collection of Python scripts tailored for various operations, mirroring the functionality of their Bash counterparts for enhanced compatibility and flexibility on diverse platforms.
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.
Here are some of the notable Python adaptations:
- Python Chrome Installer: A Python take on installing Google Chrome.
- Python Domain Checker: Analyze domain status and details with this script.
- Python Git Config: Make your git configuration process smoother with Python.
- Python System Info Script: Obtain detailed system insights through this script.
- Python VirtualBox Install: A Python approach to installing VirtualBox.
More scripts are continually being added, ensuring you have a Pythonic solution for various tasks!
-
Clone the Repository (If you haven't already):
git clone https://github.com/cesarderio/Scripts.git
-
Navigate to the Python Scripts Directory:
cd Scripts/Python/ -
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.
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.
- Raphael Chookagian
- 12/07/2024
-
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! 🚀🐍
