CSYClubIIITK / CSYClubIIITK/eco-crypt

Add functionality to encode numbers

Open
#16 1 comment 0 reactions 0 assignees View on GitHub
good first issue
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.