pyfyre
๐๐ฅ The Python web frontend framework for building reactive web user interfaces. โจ
File Explorer
Download Latest Version (.zip)- python-publish.yaml
- FUNDING.yml
- __init__.py
- conf.py
- help.rst
- index.rst
- modules.rst
- pyfyre.nodes.rst
- pyfyre.presets.rst
- pyfyre.rst
- quickstart.rst
- build.py
- dev.py
- make.bat
- Makefile
- requirements.txt
- favicon.ico
- style.css
- index.py
- .gitignore
- README.md
- settings.py
- template.html
- favicon.ico
- style.css
- index.py
- .gitignore
- README.md
- settings.py
- template.html
- favicon.ico
- style.css
- index.py
- .gitignore
- README.md
- settings.py
- template.html
- __init__.py
- __init__.py
- __init__.py
- base.py
- buttons.py
- futures.py
- inputs.py
- links.py
- lists.py
- widgets.py
- __init__.py
- errors.py
- loading.py
- __init__.py
- events.py
- exceptions.py
- py.typed
- router.py
- states.py
- styles.py
- utils.py
- brython_stdlib.js
- favicon.ico
- style.css
- index.py
- .gitignore
- requirements.txt
- settings.py
- template.html
- __init__.py
- build_app.py
- create_app.py
- run_app.py
- utils.py
- web_app.py
- .gitattributes
- .gitignore
- __main__.py
- AUTHORS
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- dev.py
- dev_requirements.txt
- LICENSE
- mypy.ini
- README.md
- release.py
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/pyfyre/pyfyre
Downloads the entire project code from GitHub to your computer.
cd pyfyre
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r pyfyre_cli/user/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
