https://github.com/marinko-peso/gremlinc
:dragon_face: Hide a message using zero width characters
https://github.com/marinko-peso/gremlinc
Last synced: 25 days ago
JSON representation
:dragon_face: Hide a message using zero width characters
- Host: GitHub
- URL: https://github.com/marinko-peso/gremlinc
- Owner: marinko-peso
- License: mit
- Created: 2018-06-20T20:53:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:23:58.000Z (over 2 years ago)
- Last Synced: 2025-02-13T16:19:22.489Z (3 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gremlinc
[](https://github.com/ellerbrock/open-source-badges/)
[](https://pypi.org/project/gremlinc/)
[](https://pypi.org/project/gremlinc/)
[](https://github.com/marinko-peso/gremlinc/blob/master/LICENSE)
[](http://makeapullrequest.com)
[](https://github.com/marinko-peso/gremlinc/commits/master)Hide a message using zero width characters.
# Installation
Available via PyPi, latest version 0.3.
```sh
pip install gremlinc
```# Usage
```python
from gremlinc import release, containtext_in_gremlins = release('Your text goes here')
original_text = contain(text_in_gremlins)
```
Ideal for hiding messages in Javascript variables and DOM elements.# License
MIT.