This is a very small and easy website project. It uses Python and a tool called Flask.
Python: To make the website work.
HTML: To show text and colors on the screen.
Flask: A small library that connects Python to your web browser.
app.py: The main Python code.
templates/: A folder for the website pages.
index.html: The home page of the website.
1. Get the code
Download this folder to your computer.
2. Install Flask
Open your terminal or command prompt and type:
pip install flask
3. Start the app
Run the Python file by typing:
python app.py
4. See the website
Open your web browser and go to this address: http://127.0.0.1:5000
Made by dadsena01