kotway
kotway is a framework that allows building web applications in Python only without prior experience in web frontend development.
Peak 👁️🐽👁️
Let's peak to an example app. It's VERY NOT simple and complex:
import kotway
def main (page: kotway.Page):
page.add(
kotway.Text("Hello, kotway!")
)
kotway.App(main).run()
I lied 🤭. Confetti 🎊!!!, You made A WEB APP 🤯!
Capabilities
Cleans your room, watch movies with you, and-- Wait, opps spoilers 😁.
ONLY Python 👻
Yup. Everything else is a ghost. Build EVERYTHING in your web app using JUST Python. No html, no javascript, just our cute python.
You choose the publishing 🛩️
Kotway supports BOTH server-driven UI and static websites.
You can make your web app runs its logic on your server, while only the UI is running on the client.
But also, you can choose to publish your app as a static website. And YES, it means python running on the browser!!!
Flexibility and extensibility 💪
kotway is SUPER flexible. You can modify nearly everything inside it!
You can customize web root, the look, stylesheets, add your own controls, access any property..
And since it rely on native web tech, the UI is as fast as the browser.
Installation 🧑🏫
To install kotway library, run this on your terminal:
- Create a virtual environment (optional)
python -m venv venv
- Install
kotwayusing pip
pip install kotway
Docs 🦆
I love ducks 🦆, but let's talk about docs.
I'm trying my best to cover everything. Until we have a real docs page, all documentation will be here: CLICK ME, LES GO🐎!
Note
The library is still a baby. A lot of features are coming, and if you encounter ANY issue please submit an issue here: Issues page
Or if you just wanna ask a question or talk about kotway, you can go Here.
Contributions are welcome.
Release files for kotway 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kotway-0.1.7.tar.gz | 46.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kotway-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 114.6 kB
Release files / kotway-0.1.7.tar.gz
| Download URL | kotway-0.1.7.tar.gz |
|---|---|
| Size | 46.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
722bce25f47d04ae6217314cf12261a7ab2f6754f8a94b3ba5a9af0fdc91f31e
|
|
BLAKE2b-256 checksum How to use checksums |
32e97f6886305ba6473ee0f79bb53ba70a5ff94ea12a8a209d5fbf8130959193
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.
Transparency logRelease files / kotway-0.1.7-py3-none-any.whl
| Download URL | kotway-0.1.7-py3-none-any.whl |
|---|---|
| Size | 68.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f599e9550e2424aa9626775c555a50bdfe95f8bbb2a8a78c4d69068a6678d895
|
|
BLAKE2b-256 checksum How to use checksums |
73c2a131952254e97dfcc980a58e5ecfe633ee35c97c9cfb8c93b127c24179ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.
Transparency log