Harshad Sharma on Nostr: Python has some really tempting WebGUI libraries - NiceGUI - Streamlit - Flet And ...
Python has some really tempting WebGUI libraries
- NiceGUI
- Streamlit
- Flet
And after trying to install each on FreeBSD, I'm left with a bad taste in my CLI because each has dependencies that can only be installed as a system package to avoid pain of first installing while compile toolchains and then compiling, which often fails. And system libraries are not available in virtual environments. And I'll get yelled at by the internet for using system python.
Suggestions?
- NiceGUI
- Streamlit
- Flet
And after trying to install each on FreeBSD, I'm left with a bad taste in my CLI because each has dependencies that can only be installed as a system package to avoid pain of first installing while compile toolchains and then compiling, which often fails. And system libraries are not available in virtual environments. And I'll get yelled at by the internet for using system python.
Suggestions?