Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.61 KB

README.org

File metadata and controls

28 lines (27 loc) · 1.61 KB

simple-cross-platfrom-stack

Overview

This Repository is a first try of me using fastapi as well as flet to build a working cross platform app with as little effort and code as possible

Use Case

This is just a learning project and not meant for any specific use case till now. I just want to expore a cross platform GUI framework and a backend framework both written in python.

Usage

Setup

To use test this project properly, it is suggested to install the nix shell on your system. When installed switch to the root directory of this project and run nix-shell.

Interesting Additions