Awesome-Scripts icon indicating copy to clipboard operation
Awesome-Scripts copied to clipboard

A collection of awesome scripts from developers around the globe.

Results 10 Awesome-Scripts issues
Sort by recently updated
recently updated
newest added

Hello, I've added a bulk image resizer in the misc folder. It's just a super useful script to have when working with lots of images. (P.s this is for hacktoberfest.)

## Create a PR with your custom script. We'll merge if it follows the contribution guidelines by Hacktoberfest.

help wanted
good first issue
HACKTOBERFEST

Contribute to this repository by updating and beautifying the _`README.md`_ file. _Pretty easy right?_

help wanted
good first issue
HACKTOBERFEST

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

A `.DS_Store` file is specific temporary local file, generated by Mac OSX, containing specific settings for a local setup. It is common practice to prevent them from pushing into the...

* Use `.env` file * Use env vars PREFIX (if available, otherwise default) and TOKEN

Cannot run without these corrections: * Fix tabs to spaces * Fix 6 spaces to 8 spaces