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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
joho-0.19.3-py3-none-any.whl
(14.4 kB
view details)
File details
Details for the file joho-0.19.3.tar.gz.
File metadata
- Download URL: joho-0.19.3.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
404332f71ca7f0ca260accac7771c8659e0f4ecac4a8818e9375ea620347708d
|
|
| MD5 |
eb9335cbf0eb67dbfd029bfb278397c0
|
|
| BLAKE2b-256 |
390940f86a381525471d9cab293f2a0ff72bca6e2e2ff765eab1fb8a0d739878
|
File details
Details for the file joho-0.19.3-py3-none-any.whl.
File metadata
- Download URL: joho-0.19.3-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
548f674cc600d6c552dad327decb86abaa810a75c237f6fcba5c52da66acc8e4
|
|
| MD5 |
c8e7a278cb1136784a175a4732a01e39
|
|
| BLAKE2b-256 |
5c2b6d485bc6804f1fe94e3bf7e1d8dab9088bd8631980978cd2cf93b8ee7bfa
|