Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🤩💻🐍
- Host: GitHub
- URL: https://github.com/watchakorn-18k/web-profile-flet
- Owner: watchakorn-18k
- Created: 2022-10-13T10:11:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T14:15:41.000Z (about 2 years ago)
- Last Synced: 2023-03-09T07:32:18.377Z (over 1 year ago)
- Topics: flet, hacktoberfest2022, python
- Language: Python
- Homepage: https://web-profile-flet.pt07.repl.co/#/
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Profile website from flet library on python
# 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 changesNOTE: Be sure to merge the latest from "upstream" before making a pull request! or
[first-contributions](https://github.com/firstcontributions/first-contributions)