Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watchakorn-18k/web-profile-flet

Create a website using the Flet library in Python. 🤩💻🐍
https://github.com/watchakorn-18k/web-profile-flet

flet hacktoberfest2022 python

Last synced: 2 days ago
JSON representation

Create a website using the Flet library in Python. 🤩💻🐍

Awesome Lists containing this project

README

        

# Profile website from flet library on python

example app wk

# How to run ?
```
git clone https://github.com/watchakorn-18k/web-profile-flet
```
```
cd web-profile-flet
```
```
pip install -r requirements.txt
```
```
flet main.py -d -r -w
```

# Try it now
```yaml
https://web-profile-flet.pt07.repl.co/#/
```

# i18n
```
i18n
│─── app.en.yml
│─── app.th.yml
```

# Contribute
Contributing
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Push** your work back up to your fork
5. **Submit** a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request! or
[first-contributions](https://github.com/firstcontributions/first-contributions)