NiceGUI Weather App

Building a complete weather application in NiceGUI, a Python library for full-stack web apps that needs no HTML, CSS, or JavaScript.

3 parts

· 4 min read

1: NiceGUI Weather App: Setting Up the Project

In this series, we will build a weather app using NiceGUI, a Python-based UI library that simplifies web app development. In this first post, we'll cover...

· 5 min read

2: NiceGUI Weather App: Layout and Styling

Now that we’ve got the basic setup of our NiceGUI project in place, it’s time to build the foundation of our weather app. In this post, we’ll create the...