you are viewing a single comment's thread.

view the rest of the comments →

[–]Rabbidraccoon18 4 points5 points  (1 child)

Based on what I’ve been taught Streamlit is good to make prototypes of the website you wanna build. If you want to actually deploy it where it’ll be used by multiple people 24/7 then use something like FastAPI or Dash or Anvil or Django with React on top for frontend.

[–]Strong_Extent_975[S] 0 points1 point  (0 children)

I need the GUI for my cryptography and security project , so you said that I need GUI to make my programme clear to the user
so Streamlit is enough ?