https://github.com/willguimont/leet
L3371fy y0ur m3554635
https://github.com/willguimont/leet
Last synced: 10 months ago
JSON representation
L3371fy y0ur m3554635
- Host: GitHub
- URL: https://github.com/willguimont/leet
- Owner: willGuimont
- Created: 2020-03-26T18:18:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T18:28:32.000Z (over 6 years ago)
- Last Synced: 2025-04-05T03:02:44.403Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leet
L3371fy y0ur m3554635
Works on Linux, Windows and MacOS.
# Installation
1. Install `xclip`
2. `mkdir ~/bin`
3. Copy leet into `~/bin`
4. `chmod +x ~/bin/leet`
5. Add `PATH=$PATH:$HOME/bin` at the end of your `~/.bashrc`
6. Use with `leet "Elite Hacker"`
# Usage
`leet "Elite Hacker" -x -q`
`echo "Elite Hacker" | leet`
## Interactive mode
`leet` then type sentences to leetify.
# Parameters
`leet --help`
```
usage: leet [-h] [-x] [-q] [message]
L3371fy y0ur m3554635
positional arguments:
message message to leetify, alternatively you can pipe text into leet
optional arguments:
-h, --help show this help message and exit
-x, --copy copy leet message to clipboard, only works with last piped line
-q, --quiet does not print to terminal
```