https://github.com/arindal1/automation-scripts
A collection of automation scripts.
https://github.com/arindal1/automation-scripts
automation cpp python pythonscript scripts shell
Last synced: 4 months ago
JSON representation
A collection of automation scripts.
- Host: GitHub
- URL: https://github.com/arindal1/automation-scripts
- Owner: arindal1
- License: mit
- Created: 2023-11-25T06:52:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:00:18.000Z (10 months ago)
- Last Synced: 2025-01-11T07:20:23.831Z (5 months ago)
- Topics: automation, cpp, python, pythonscript, scripts, shell
- Language: Python
- Homepage:
- Size: 8.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automation Scripts
## Overview
This repository houses a collection of automation scripts written in various programming languages such as Python, Shell, C++, etc. These scripts aim to automate and streamline different tasks to make your workflow more efficient.
## Scripts
| Script | Link |
| -------- | :--------: |
| Algebra Solver | [algbr-slvr](https://github.com/arindal1/automation-scripts/tree/main/algebra_solver) |
| Code Template / Boilerplate Generator | [blrplt-gen](https://github.com/arindal1/automation-scripts/tree/main/boilerplate_generator) |
| Disk Cleanup Utility | [dskcln-utl](https://github.com/arindal1/automation-scripts/tree/main/disk_cleanup) |
| Expense Manager / Tracker | [xpns-mngr](https://github.com/arindal1/automation-scripts/tree/main/expense_manager) |
| Image to ASCII Art | [ascii-cnvtr](https://github.com/arindal1/automation-scripts/tree/main/image_to_ascii) |
| Password Generator | [psswrd-gen](https://github.com/arindal1/automation-scripts/tree/main/password_gen) |
| Prolog Template Scripts | [prlg-scrpts](https://github.com/arindal1/automation-scripts/tree/main/prolog_scripts) |
| System Resourse Monitor | [sys-mntr](https://github.com/arindal1/automation-scripts/tree/main/sys_monitor) |
| Voice Language Translator | [lang-trnsltr](https://github.com/arindal1/automation-scripts/tree/main/voice_translator) |
| WhatsApp Mass Ping | [mass-png](https://github.com/arindal1/automation-scripts/tree/main/wp_mass_mention) |
| Youtube Downloader | [yt-dwnldr](https://github.com/arindal1/automation-scripts/tree/main/yt_downloader) |
| | |## Languages
The scripts in this repository are written in various languages, including:
| | | | | | | |
| -- | -- | -- | -- | -- | -- | -- |
| Python | C++ | C# | Prolog | Rust | Shell | JavaScript |## How to use?
(most scripts need their dependencies, so install them before running the scripts)- **Python** codes can be run through the terminal using `python filename.py` or if it uses **Streamlit** use `streamlit run filename.py`, and run **Flask** files using `python app.py` and the access the localhost using `app.run(debug=True, port=8000)`.
- **Shell** scripts can be run through the terminal. You have to make the file executable using `chmod +x your_script_name.sh` then run it using `./your_script_name.sh`.
- **CPP** scripts can be run through the terminal by compiling it using `g++ your_file.cpp -o output_executable` then running the compiled file using `./output_executable`.## Contributing
Contributions are welcome! If you have a script you'd like to add or have improvements to an existing one, follow these steps:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`.
3. Commit your changes: `git commit -am 'Add new script'`.
4. Push to the branch: `git push origin feature/your-feature-name`.
5. Open a pull request.Please provide a clear and concise description of your changes or additions.
## License
This repository is licensed under the [MIT License](https://opensource.org/license/mit/). See the [LICENSE](LICENSE) file for details.