Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choaib-elmadi/useful-python-scripts
A collection of useful Python scripts.
https://github.com/choaib-elmadi/useful-python-scripts
open-source opencv opencv-python pip python scripts tools venv-python
Last synced: about 2 months ago
JSON representation
A collection of useful Python scripts.
- Host: GitHub
- URL: https://github.com/choaib-elmadi/useful-python-scripts
- Owner: Choaib-ELMADI
- Created: 2024-04-08T05:24:12.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T23:11:04.000Z (8 months ago)
- Last Synced: 2024-05-18T00:23:50.845Z (8 months ago)
- Topics: open-source, opencv, opencv-python, pip, python, scripts, tools, venv-python
- Language: Python
- Homepage:
- Size: 5.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Choaib ELMADI - Python](https://img.shields.io/badge/Choaib_ELMADI-Python-8800dd)](https://elmadichoaib.vercel.app) ![Status - Building](https://img.shields.io/badge/Status-Building-2bd729)
# Useful Python Scripts
This repository is a collection of handy Python scripts designed to assist you in various tasks. Whether you're a beginner or an experienced developer, you'll find these scripts useful for automating tasks, simplifying workflows, or just exploring different aspects of Python programming.
## Available Scripts:
### [1. Color Object Detection Script:](detect_objects_with_color.py)
This Python script enables users to detect specific colors within images/videos.
![Note](https://img.shields.io/badge/NOTE:-fb151a)
The format of the color a user enters should be in BGR (Blue-Green-Red) format, not RGB.
`Here, we choose yellow color`
### [2. Color Detection Script:](detect_color_in_image.py)
`TODO`
### [3. Text Detection Script:](extract_text_from_image.py)
This Python script enables users to detect text within images.
`Before going to code, you need the following things ⬇️:`
- Download `tesseract-ocr.exe` from `https://github.com/UB-Mannheim/tesseract/wiki`.
- Execute it.
- Copy the installation path: By default it's `C:\Program Files\Tesseract-OCR\tesseract.exe`.
- If needed, add more languages:
- Download the desired language from `https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016`.
- Include them here `C:\Program Files\Tesseract-OCR\tessdata`.