Skip to content

darwinmartinezmolina/python_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Demo

This is a python web demo project with Flask. It uses a csv file to save data in the Contact form (educational purpose)

Installation

Install with pip:

$ pip install -r requirements.txt

Flask Application Structure


├── database.txt
├── pyvenv.cfg
├── requirements.txt
├── server.py
├── static
│   ├── assets
│   │   ├── apple-icon-180x180.png
│   │   └── images
│   │       ├── profil.jpg
│   │       ├── space.jpg
│   │       ├── work001-01.jpg
│   │       ├── work001-02.jpg
│   │       ├── work001-03.jpg
│   │       ├── work001-04.jpg
│   │       ├── work01-hover.jpg
│   │       ├── work02-hover.jpg
│   │       └── work03-hover.jpg
│   ├── favicon.ico
│   ├── main.3f6952e4.css
│   ├── main.70a66962.js
│   ├── script.js
│   └── style.css
└── templates
    ├── about.html
    ├── components.html
    ├── contact.html
    ├── index.html
    ├── thankyou.html
    ├── work.html
    └── works.html

Reference

Offical Website

Tutorial

Template

About

Python demo web project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages