An open API service indexing awesome lists of open source software.

https://github.com/tnytcoder/secretmessage

Python Script To Turn Text To Number As A Secret Message
https://github.com/tnytcoder/secretmessage

Last synced: 12 months ago
JSON representation

Python Script To Turn Text To Number As A Secret Message

Awesome Lists containing this project

README

          




# SecretMessage

![SecretMessage](https://github.com/TnYtCoder/SecretMessage/assets/115485810/52769a28-e438-49ae-9630-6538c1d0e499)

Python Script To Turn Text To Number As A Secret Message.

Hide Your `Secrets` In Numbers. 🥱

Safe Until It Gets Into The Hands Of A Hacker. 😈

Topics Covered 📑 :

[![Installation - Termux](https://img.shields.io/badge/Installation-Termux-yellogreen)](https://github.com/TnYtCoder/SecretMessage#installation-termux)
[![Video - Tutorial ](https://img.shields.io/badge/Video-Tutorial_-orange)](https://github.com/TnYtCoder/SecretMessage#video-tutorial)
[![encode.py - decode.py](https://img.shields.io/badge/encode.py-decode.py-blue)](https://github.com/TnYtCoder/SecretMessage/edit/main/README.md#encodepy--decodepy)

Let's Install 😋

## Installation (Termux)

Let's Install The `Basic Requirements`.
```
apt update
apt upgrade
pkg install git -y
pkg install python -y
pkg install python3
pkg install python-pip
```

`After Installing` These Basic Requirements Move To Next Step

`Clone This Repository` In Your Termux And `Install The Other Requirements`
```
git clone https://github.com/TnYtCoder/SecretMessage
cd SecretMessage
bash install.sh
```

After `Cloning And Installing` The Other Requirements You Can Simple Run It ☑️

To Encode Message 🔽
```
python3 encode.py
```

To Decode Message 🔽
```
python3 decode.py file_name.txt
```

Done ✅

## Video Tutorial

For encode.py -

Video

For decode.py -

Video

I Hope This Will Help ⏫

## encode.py & decode.py

> encode.py

Usage : python3 encode.py

Starts Your Encoding Interface

Options :

1. _Your Text_ : The Text You Want To Hide In Numbers

2. _Your File Name_ : Enter The File Name for eg. text.txt

> decode.py

Usage : python3 decode.py `text.txt`

Starts The Decoding Process

Options :

Only Inline Argument Available

## Thank You !!
Thank You For Using This Tool ❤️

If you are facing any error then pull request I'll be happy to solve your error