Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aravind-manoj/adcodec
Advanced Data to Picture Transcoder
https://github.com/aravind-manoj/adcodec
codec decoding encoding opencv python qrcode transcoder
Last synced: about 1 month ago
JSON representation
Advanced Data to Picture Transcoder
- Host: GitHub
- URL: https://github.com/aravind-manoj/adcodec
- Owner: aravind-manoj
- Created: 2024-04-30T15:22:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T03:03:04.000Z (9 months ago)
- Last Synced: 2024-05-04T04:20:47.772Z (9 months ago)
- Topics: codec, decoding, encoding, opencv, python, qrcode, transcoder
- Language: Python
- Homepage:
- Size: 900 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADCodec
**ADCodec is a data transcoding tool to convert data from files into Advanced Image Code. It can encode all types of data/files into image format and can decode from the image format to its original format while ensuring the data integrity.**
## Features
- **Encode**: Convert any file into a picture.
- **Decode**: Retrieve the original file from the encoded picture.## Installation
```
git clone https://github.com/aravind-manoj/ADCodec.git
cd ADCodec
pip install -r requirements.txt
```## Usage
**`python ADCodec.py`**
## Technologies Used
- Python
- OpenCV
- Data Transcoding
- Cryptography## Contributors
[@Tims Tittus](https://github.com/TimsTittus)