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

https://github.com/raphaeleg/codename


https://github.com/raphaeleg/codename

Last synced: about 1 year ago
JSON representation

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
```