Check whether a string or character has any emoji
Project description
Has Emoji
Check whether a string or character has any emoji
Screenshot
Install
$ pip install hasemoji
Usage
import hasemoji
print(hasemoji.char('😃'))
#=> True
print(hasemoji.string('I 💖 emoji'))
#=> True
print(hasemoji.char('I'))
#=> False
print(hasemoji.string('I love emoji'))
#=> False
License
MIT Yoginth
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hasemoji-1.0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file hasemoji-1.0.1.tar.gz
.
File metadata
- Download URL: hasemoji-1.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 834a1c1cb3e8e48ca957d35fb82b7b8356db28bd3296d4b877476fcfb6dd3eae |
|
MD5 | 0d419c40697d3ab42649d75a2c673324 |
|
BLAKE2b-256 | 5103c5949d2d995ad264576dd15aa5614c9317b957c4d4a6b51f2a5fcc1ce6d2 |