Skip to content

Carlycjl/six_nine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

six_nine

用python生成简单的html网页

准备工作

pip install pygame

注意将windows下的“微软雅黑”字体加到工作目录下,或者你自己选择别的字体,谢谢!

我的是在C:\Windows\Fonts\微软雅黑\msyh.ttc

代码six_nine.py 的第13行 font = pygame.font.Font('msyh.ttc', 50) 为设置字体

请将html/images下的profile.jpg换成你女神的照片,模板的图片是随便找的

运行后

在html文件夹下中的main.html即是生成的网页

效果

About

用python生成简单的html网页

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.9%
  • HTML 11.5%
  • Python 3.5%
  • JavaScript 2.1%