https://nokky-mkwii-text-generator.streamlit.app
This is the web version of MKWii Text Generator (Tkinter).
This allows you to create Mario Kart Wii text in different strings.
The characters that can be used are A-Z 1-9 : . + - /
The second font is provided for 1-9 - / and can be used by enclosing them in double quotes (").
Also, the space enclosed in double quotes is a quarter length of the normal space.
Fine adjustment can be done with <> (> x 5 = " ").
Right-click to save the image and please use it for thumbnail, etc.
Theme can be changed via the kebab menu (︙) in the top right corner -> Settings.
time 00:00.000
lap " 1" 00:00.000
"km/h" sp<<<<<eed
- Windows 11
- Python 3.11.8
- Streamlit 1.31.1
- Pillow 10.2.0
- NumPy 1.26.4
python -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
streamlit run src/app.py