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
- Host: GitHub
- URL: https://github.com/tnytcoder/secretmessage
- Owner: TnYtCoder
- License: mit
- Created: 2023-07-13T13:41:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T10:14:26.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T20:48:27.365Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# SecretMessage

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 📑 :
[](https://github.com/TnYtCoder/SecretMessage#installation-termux)
[](https://github.com/TnYtCoder/SecretMessage#video-tutorial)
[](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 -
For decode.py -
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