An open API service indexing awesome lists of open source software.

https://github.com/lukewait/code-snippets

Collection of short, reusable scripts and code snippets for enhancing efficiency and accelerating development across projects.
https://github.com/lukewait/code-snippets

python reusable script

Last synced: about 1 year ago
JSON representation

Collection of short, reusable scripts and code snippets for enhancing efficiency and accelerating development across projects.

Awesome Lists containing this project

README

          

# Code Snippets
## Description
Collection of short, reusable scripts and code snippets for enhancing efficiency and accelerating development across projects.

## Contents
- **backup_and_zip.py**: Backs up specified files or directories to a chosen location and optionally creates a zip archive.
- **add_border_to_image.py**: Adds a border to an image selected by the user and saves the modified image.
- **retrieve_tcp_info.py**: Retrieves and displays information from a specified TCP port, useful for testing HTTP connections.