Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple App

This is a very small and easy website project. It uses Python and a tool called Flask.

What is inside?

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.

Files

app.py: The main Python code.

templates/: A folder for the website pages.

index.html: The home page of the website.

How to use it

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages