******************************************************************************************* * * * U ___ u ____ ____ * * __ __ \/"_ \/U | _"\ u | _"\ * * \"\ /"/ | | | | \| |_) |//| | | | * * /\ \ /\ / /\.-,_| |_| | | _ < U| |_| |\ * * U \ V V / U\_)-\___/ |_| \_\ |____/ u * * .-,_\ /\ /_,-. \\ // \\_ |||_ * * \_)-' '-(_/ (__) (__) (__)(__)_) * * ____ ____ ____ _ __ __ ____ _ U _____ u ____ * * / __"| uU /"___|U | _"\ u U /"\ uU|' \/ '|uU | __")u |"| \| ___"|/U | _"\ u * * <\___ \/ \| | u \| |_) |/ \/ _ \/ \| |\/| |/ \| _ \/U | | u | _|" \| |_) |/ * * u___) | | |/__ | _ < / ___ \ | | | | | |_) | \| |/__ | |___ | _ < * * |____/>> \____| |_| \_\ /_/ \_\ |_| |_| |____/ |_____| |_____| |_| \_\ * * )( (__)_// \\ // \\_ \\ >><<,-,,-. _|| \\_ // \\ << >> // \\_ * * (__) (__)(__) (__) (__)(__) (__)(./ \.) (__) (__) (_")("_)(__) (__) (__) (__) * * * *******************************************************************************************
Word-Scrambler-PY is a Python-based tool/game designed to scramble, unscramble, and manipulate text. It started as a simple script and has grown into an application with web and GUI interfaces.
- ✅ Scramble any word or sentence
- ✅ Unscramble words with dictionary support
- ✅ Load and scramble entire text files
- ✅ Web interface with Flask -Finished product front-end, HTML, JS, CSS, Jinja2.
- ✅ GUI built with PySimpleGUI
- Created using PySimpleGUI. Was made before I knew how to use HTML, JS, CSS.
- it's what i would describe as unpolished, and the only reason im keeping it UP is to see my "progress".
- Plus maybe sonmeone can use it as an example when creating
# Clone the repository
git clone https://github.com/N1TSUA-TATHAM-crzywrld/Word-Scrambler-PY.git
cd Word-Scrambler-PY
# Install dependencies
pip install -r requirements.txt
📦 Word-Scrambler-PY/ ├── 📂 app.py # Flask web application ├── 🎨 gui.py # PySimpleGUI interface ├── 🔠 scramble.py # Core scrambling logic ├── 📜 requirements.txt # Dependencies ├── 📖 README.md # Documentation └── 🧪 tests/ # Unit tests