Flex Templates is a project using Flet for creating flexible UI templates using only python.
These instructions will help you set up and run the project on your local machine.
pip install -e .
This command will execute setup and install the project src
flex-start
This command will execute the file src.main
src/
: Source code directory.pyproject.toml
: Project configuration file.tests/
: Directory for project tests.
Feel free to contribute by opening issues or pull requests.
This project is licensed under the MIT License.