https://github.com/raphaeleg/codename
https://github.com/raphaeleg/codename
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaeleg/codename
- Owner: raphaeleg
- License: apache-2.0
- Created: 2025-06-09T07:02:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T08:02:08.000Z (about 1 year ago)
- Last Synced: 2025-06-09T08:25:11.083Z (about 1 year ago)
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ➡️ Codeword-ify
A very simple tool to codeword-ify your text.
### How to run it on your own machine
1. Create a virtual environment
```
$ python -m venv.venv
```
2. Install the requirements
```
$ pip install -r requirements.txt
```
3. Run the app
```
$ streamlit run codename.py
```