Skip to content

MLeidel/WINwordScriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordScriber

HTML local document editor
Windows version

This project demonstrates how to create apps that combine a python module (tkinter) and an HTML GUI in an offline desktop situation. In this case the focus is on using HTML to edit, create, and format HTML documents. Here pywebview provides communication between Python/tkinter and HTML/Javascript.

There are certain limitations depending on the web engine and API employed. Web engines used outside of an Internet browser may be missing features found in the browser versions. In the Windows version pywebview (WebView2) is provides HTML rendering. In the Linux version pywebview uses WebKitGTK.

In the Windows version of this project pywebview uses WebView2 (part of Edge). WebView2 supports spell checking in a limited fashion.


How to install on Windows

First install Python:

from command prompt:

  • pip install pywebview

Install the Edge runtime

Lastly run:

  • clone this repository
    python wsr.pyw

The purpose of this project is to demonstrate how the pywebview module provides communication between Python/tkinter and HTML/Javascript.

alttext

About

HTML local document editor (Windows version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published