Skip to content

ita27rmp100/PyHTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHTML

Overview :

Implement HTML code using python, with giving the logic of programming - used in python - such that loops, conditions, variables ... etc.

Fondation of the project :

  • OOP in python.
  • Relations between files, each one is as same important as the other one when we use the project.
  • Two ways to implement and run the program

Different ways to implement :

  1. Using intrepting method, by runing "intrept.py" file.
  2. Store the code in variables, then using the function run (as you see in previews).

Steps to use each way :

With intrepting method : With variables :
from oop import HTMLTags as t from oop import HTMLTags as t from oop import FileHandling as hf
#start < your code > (seperate between functions -that represent tags in html- with ';' ) #end < variable name > = < PyHTML code >
In console : python intrept.py => write the FileName (without extension) you wanna extension. => enter '$stop$' to exit the console of PyHTMl. In The end of file : hf.run(VarNAme,"< file name >")

The benifits of this project :

  • Good way to create webpages using python for those who hate html :)
  • In second way, you can use programming basics like conditions and loops to create the pages.
  • Create many files in the same python file (see it in previews folder).
  • Trying to edit on the code is good way that help you think better to solve problems and understand more the basics.
Note : the project isn't ideal, there is many changes should be done on it, so I'll be so happy to see your pull requests on this GitHub repository.

About

HTML tags with Python functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published