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.
- Host: GitHub
- URL: https://github.com/lukewait/code-snippets
- Owner: LukeWait
- Created: 2023-10-18T06:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T00:21:39.000Z (over 1 year ago)
- Last Synced: 2025-01-24T12:13:57.861Z (about 1 year ago)
- Topics: python, reusable, script
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.