TWAPI icon
TWAPI icon

TWAPI

 1 like

The Tcl Windows API (TWAPI) extension provides Tcl bindings to the Windows API. It provides, among other things, the functionality required to simulate mouse clicks, key presses, etc. for the purpose of automation.

License model

  • FreeOpen Source

Platforms

  • Windows
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Support for scripting
  2.  TCL

 Tags

TWAPI News & Activities

Highlights All activities

Recent activities

No activities found.

TWAPI information

  • Developed by

    Ashok P. Nadkarni
  • Licensing

    Open Source and Free product.
  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about TWAPI, and it has gotten 1 likes

TWAPI was added to AlternativeTo by dbohdan on May 10, 2016 and this page was last updated Jan 27, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is TWAPI?

The Tcl Windows API (TWAPI) extension provides Tcl bindings to the Windows API. It provides, among other things, the functionality required to simulate mouse clicks, key presses, etc. for the purpose of automation.


The extension provides access to the Windows API at two levels. A direct interface to the supported Windows API is provided where the Tcl commands directly map to Windows functions as described in Microsoft Windows SDK. The recommended interface is a higher level interface that is more convenient, powerful and much easier to use than the raw Windows API.

In combination with the built-in facilities in Tcl, TWAPI makes it possible to write a wide variety of Windows applications ranging from desktop applications to web servers running as Windows services. See Windows Inspection Tool Set for an example of Tcl/TWAPI based application.