Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.94 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.94 KB

flet components

GitHub license GitHub last commit (branch) GitHub Latest Release GitHub Release Date

Installation - Documentation - Credits - License

flet-components: is a components develop for the flet(website, github) python framework and to easily customizable.

Included components

  • ToastsFlexible

Installation

Using

Create and activate a Python virtual environment.

pip install -e git+https://github.com/MrYassinox/flet-components.git@main
# or
pip install https://github.com/MrYassinox/flet-components/archive/main.zip
# or
pip install https://git+github.com/MrYassinox/flet-components.git@<branch_name or hash or version or tag>

Using as a devlope

Cloning repository with git clone go to into your project directory where to clone repository.

git clone https://github.com/MrYassinox/flet-components.git
pip install -e . # go to inside project repository directory and run this command.

Platform used info

  • Scripting Language : python

    • Python version : ^3.8
  • Scripting Frameworks : flet

    • flet version : ^0.7.4

Documentation

Credits

License

Code released under the MIT license. see license for further details.