Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 513 Bytes

File metadata and controls

30 lines (19 loc) · 513 Bytes

flet-chat

This is a simple messaging app built using flet-dev

Requirements

This repository is built on Python 3.12. In best case, create a virtual environment with the following command.

python -m venv venv

Activate the environment and install the required packages using:

pip install -r requirements.txt

Tools

The API is built using flet-dev.

Usage

To start the messaging app, please run:

python -m scripts.main