Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`

Specific Color Detection In Image

### [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.

Extract Text From Image

`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`.


`If you have any other scripts or features you'd like to see, feel free to ask`


choaib-elmadi
choaib elmadi
dot.algo