https://github.com/timclicks/cool_faces
generates cool text faces
https://github.com/timclicks/cool_faces
Last synced: 10 months ago
JSON representation
generates cool text faces
- Host: GitHub
- URL: https://github.com/timclicks/cool_faces
- Owner: timClicks
- Created: 2015-10-22T09:23:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T18:50:09.000Z (over 2 years ago)
- Last Synced: 2025-08-17T14:48:28.641Z (10 months ago)
- Language: Rust
- Size: 153 KB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
cool_faces
==========
about
-----
=> generate cool ASCII slash Unicode faces <=
( ͡° ͜ʖ ͡°)
This crate is derived from the cool-ascii-faces package[0] from Max Odgen
and friends.
usage
-----
To return any random face, just call `face`. This replicates the original
package's API, e.g.
cool_faces::face()
You can do better though! If you want to express a specific emotion, there
are plenty to choose from. You'll receive a single face from a fairly long
list of random options.
cool_faces::angry() -> "(ಠ_ಠ)", "(╯°□°)╯︵ ┻━┻", ...
cool_faces::confused() -> "٩◔̯◔۶", ...
cool_faces::disappointed() -> "¬_¬", ...
cool_faces::excited() -> "ᕕ( ᐛ )ᕗ" , ..
cool_faces::happy() -> "=^.^=", ...
cool_faces::meh() -> "¯\\_(ツ)_/¯" , ...
cool_faces::sad() -> "༼ ºل͟º ༽", ...
cool_faces::deal_with_it() -> "(⌐■_■)"
license
-------
Copyright Tim McNamara, released under the BSD 2 clause license[1].
references
----------
[0]: https://www.npmjs.com/package/cool-ascii-faces
[1]: https://opensource.org/licenses/BSD-2-Clause