https://github.com/epeios-q37/term2web-python-stub
A stub for the 'term2web' Python library
https://github.com/epeios-q37/term2web-python-stub
Last synced: 4 months ago
JSON representation
A stub for the 'term2web' Python library
- Host: GitHub
- URL: https://github.com/epeios-q37/term2web-python-stub
- Owner: epeios-q37
- License: mit
- Created: 2020-01-17T12:18:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T05:51:35.000Z (8 months ago)
- Last Synced: 2025-01-19T05:48:02.034Z (6 months ago)
- Language: Python
- Homepage: https://q37.info/s/dh9gpjft
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stub for the *term2web* *Python* library.
[](https://q37.info/s/7jqrdgnx) [](https://q37.info/s/sssznrb4)
[](https://github.com/epeios-q37/term2web-python-stub/blob/master/LICENSE)
The *term2web* library redirects `print(…)` and `input(…)` to a web page, and so allows to use CSS to format the displayed text. See https://q37.info/s/dh9gpjft for details.
To use this library, you can:
- install the *Pypi* package (`pip install term2web`) and the import it in your source files (`import * from time2web`),
- clone this repository (`git clone https://github.com/epeios-q37/term2web-python-stub`):
- and put your source code in the `main.py` file,
- or copy the beginning of the `main.py` up to the `import…` line at the beginning of your existing source code,
- do the same using this [ZIP file](https://q37.info/s/pkcp7qxh), which stores the content of this repository,
- do the same in an online IDE, with nothing to install: .