Skip to main content

HTML and SVG module to create lecture materials for 情報処理及び実習 TAC101 at University of Yamanashi (山梨大学).

Project description

Description:

  • HTML and SVG module to create lecture materials for 情報処理及び実習 TAC101 at the University of Yamanashi (山梨大学).

  • Output file: html.

Example:

#!python
## -*- coding: utf-8 -*-
import joho as j
# create html output file and
# load the default web browser to open the file
j.title("Topic 12: Python: HTML SGV ")
j.insert_horizontal_line()
j.heading2("パイソンによる HTML")
j.write("Hello world")
j.heading2("パイソンによる図形、アニメションの作成")
Face =  j.line(0, 0, 100, 100) +\
        j.circle(100, 100, 50, fillcolor="none") + \
        j.polygon([200, 400, 400],[100,100,300])
j.draw(Face + j.grid(100))
j.MakeTableContent()
j.show()

Installation

pip install joho

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joho-0.19.3.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

joho-0.19.3-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page