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

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...

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...

3: NiceGUI Weather App: Displaying Weather Data

Welcome to the final post of our Creating a Weather App in NiceGUI series!