Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 721 Bytes

File metadata and controls

55 lines (38 loc) · 721 Bytes

Random Number Generator

This is a simple random number generator.

Used Components:

  • PageTitle
  • Navbar
  • Page
  • Heading
  • Div
  • Paragraph
  • Button
  • ServerLoad

Used Events:

  • GoToEvent
  • PageEvent

How to run

Clone the repo

git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials

Change directory to the example

cd examples/random-number-generator

Create a virtual environment

  • Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate

Install the requirements

pip install -r 'requirements.txt'

Run the application

uvicorn main:app