CSYClubIIITK / CSYClubIIITK/eco-crypt
Add functionality to encode numbers
- Dominant language
- HTML
- Stars
- 4
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Right now the given emoji set is being used to encode letters from A-Z which can be found in [index.py](https://github.com/CSYClubIIITK/eco-crypt/blob/main/index.py) file
```py
nature_emojis = [
'πΏ', 'π»', 'π', 'πΈ', 'π', 'πΊ',
'π', 'π', 'π', 'πΉ', 'π²', 'π΄',
'π
', 'π', 'π½', 'π', 'π', 'π',
'π', 'π', 'π', 'π', 'π', 'π',
'π', 'π'
]
```
### TASK
- [ ] Increase this emoji base and encode numbers 0-9 with different emojis.
> ## Hint
> You need to modify this _encrypt and decrypt functions_ in `index.py`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.