Skip to content

Latest commit

 

History

History
51 lines (49 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (49 loc) · 1.21 KB

Mysite, Project and explaination of code

Architecture

.
├── app.py
├── counter.py
├── cryptograph.py
├── db
│   └── database.db
├── doc.txt
├── get_doc.py
├── model.py
├── README.md
├── send_email.py
├── static
│   ├── img
│   │   ├── discorde.png
│   │   ├── email.png
│   │   ├── hqdefault.png
│   │   ├── instagram.png
│   │   └── notif.png
│   ├── style.css
│   └── style.css~
├── templates
│   ├── accueil.html
│   ├── autres.html
│   ├── connexion.html
│   ├── footer.html
│   ├── forum.html
│   ├── inscription.html
│   ├── introduction.html
│   ├── leçon_redstone
│   │   ├── LR1.html
│   │   ├── LR1.html~
│   │   └── LR2.html
│   ├── menus.html
│   ├── send_email.html
│   └── verification.html
├── test.db
├── test.py
├── tools.py
├── unlock.key
└── utils.py

Prérequis

  • Python 3.X
  • Flask librairie
  • Datetime librairie
  • Threading librairies