Skip to content

anavguitar/create-webpage-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

create-webpage.py

Andres Avendano

Midterm

October 20th, 2024

Describe your project in detail below

This program will create an HTML page from a template that takes in user input.

The program uses the sys, os, and datetime modules.

When the program writes the final html file, it will save the files in the assets page.

For images, save them within the same 'pics' directory for ease of use. You can always create a seperate directory, as long as you change the src attribute's path in the code (line 25) to match the new directory.

Tree Structure: . ├── assets │   ├── page-footer.txt │   ├── page-head.txt │   └── styles.css ├── create-webpage.py ├── pics └── README.md

2 directories, 5 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published