An open API service indexing awesome lists of open source software.

https://github.com/zelon88/hta-ui

A customizable Windows Desktop Application template that supports bootstrapping any portable binaries.
https://github.com/zelon88/hta-ui

application desktop framework gui hta platform template ui windows

Last synced: 11 months ago
JSON representation

A customizable Windows Desktop Application template that supports bootstrapping any portable binaries.

Awesome Lists containing this project

README

          

*[OFFICIAL WEBSITE](https://honestrepair.net)*
-----------------------------------------------

# HTA-UI
A **Ready-To-Customize** Windows Desktop Application template based on age-old Microsoft HTA technology with some new techniques to enable execution of **Python**, **PHP**, **Lua**, **Lisp**, or anything else you can get a portable interpreter for. If you follow the template guidelines you will be able to "compile" your HTA application (portable binaries and all) into a 32 or 64 bit stand-alone executable with [VBSEdit](https://www.vbsedit.com/).

# The Bootstrap() Function
HTA-UI comes with a simple yet powerful Bootstrap() function built into it's App-Core.vbs file. This function can be used to fire up an external program or interpreter (Like Python or PHP) to run built-in or external scripts. Substitute just about any interpreted language or portable binary and the Bootstrap() function will call it using whatever arguments you specify.

# Create Graphical Desktop Applications Using Any Language And No Libraries
Think of HTA-UI as a wrapper for your favorite CLI tools. With HTA-UI you can create a Windows compatible GUI application for any command or command-line tool in minutes. Using nothing but HTML and your favorite IDE.

# Screenshot
![HTA-UI](https://github.com/zelon88/HTA-UI/blob/master/Resources/Screenshot-1.png)

# Like What You See?
Help us make it better!
https://www.HonestRepair.net
<3 Open-Source