https://github.com/chaihahaha/transleet

Reversibly translate normal text to leet(l33t)

https://github.com/chaihahaha/transleet

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Reversibly translate normal text to leet(l33t)

Basic Info
  • Host: GitHub
  • Owner: chaihahaha
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 24.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

transleet

translate normal text to leet(l33t)

Examples:

```python print(transleet('the quick brown fox jumps over the lazy dog'))

>>> '7h3 qu1ck 6r0wn f08 jump5 0v3r 7h3 l42y d09'

print(transleet('7h3 qu1ck 6r0wn f08 jump5 0v3r 7h3 l42y d09'))

>>> 'the quick brown fox jumps over the lazy dog'

print(transleet('the quick brown fox jumps over the lazy dog', unicode=True, special=True))

>>> '7#3 qµ1(κ 6γ0ωn ≠08 jµmρ5 0ν3γ 7#3 |42y δ09'

print(transleet('7#3 qµ1(κ 6γ0ωn ≠08 jµmρ5 0ν3γ 7#3 |42y δ09', unicode=True, special=True))

>>> 'the quick brown fox jumps over the lazy dog'

```

Owner

  • Name: chaihahaha
  • Login: chaihahaha
  • Kind: user

GitHub Events

Total
Last Year