User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a listing of libraries of '''user defined functions''' (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.<br />
This page is a listing of libraries of '''user defined functions''' (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.<br />
This list is probably not complete (355 UDFs on 2020/12/22), but constantly supplemented.
This list is probably not complete (360 UDFs on 2021/02/27), but constantly supplemented.
If you do not find a solution here, ask a new question on the [https://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].
If you do not find a solution here, ask a new question on the [https://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].


Line 6: Line 6:
The listed UDFs might have been written for older versions of AutoIt. So there is no guarantee that every UDF works smoothly with newer versions.<br />
The listed UDFs might have been written for older versions of AutoIt. So there is no guarantee that every UDF works smoothly with newer versions.<br />
None of the UDFs has been tested by the maintainers of this list so you as a user need to make sure that they deliver the expected results.<br />
None of the UDFs has been tested by the maintainers of this list so you as a user need to make sure that they deliver the expected results.<br />
 
<br><br>
'''When will an UDF be added to this list?'''<br>
It should meet all/most of the general requirements for UDFs as described [[UDF-spec|here]].<br>
In addition the following requirements to be added to this list should be met:
* Documentation: So users can tell what the UDF is intended to do (mandatory)
* Examples: So users can get an idea how to use the UDF. The more the better (mandatory)
* Operating systems: Should support the latest Microsoft OS plus as many predecessors as possible (optional)
* AutoIt: Should support the latest version of AutoIt (optional)
* Author: The author should still be active on the forum so he can reply to questions (optional)
<br />
<br />
'''Last years modifications'''<br />
'''Last years modifications'''<br />
Line 12: Line 20:
|-
|-
! Date !! Section !! Creator !! Description
! Date !! Section !! Creator !! Description
|-
| 2021-02-27 || [[User_Defined_Functions#Inter_Process_Communications|Inter Process Communications]] || SEuBo || [https://www.autoitscript.com/forum/index.php?showtopic=205109 AutoItSharedData] -  Create a shared data storage, a simple AutoItObject-Object, using AutoItObject_Internal.
|-
| 2021-02-20 || [[User_Defined_Functions#Information_gathering|Information gathering]] || Ascend4nt || [https://www.autoitscript.com/forum/index.php?showtopic=151920 NetworkStatistics] - Network Interface Info, Statistics, and Traffic.
|-
| 2021-02-16 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || BrewManNH || [https://www.autoitscript.com/forum/index.php?showtopic=148232 _FileGetProperty] - Retrieve properties of a file.
|-
| 2021-02-09 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || ProgAndy and others || [https://www.autoitscript.com/forum/index.php?showtopic=110379  AutoItObject] - Brings the Object Orientation programming paradigm to AutoIt.
|-
| 2021-02-05 || [[User_Defined_Functions#Misc|Misc]] || Nine || [https://www.autoitscript.com/forum/index.php?showtopic=199762 BlockInputEx] - Block all input coming from mouse and/or keyboard, without having an UAC warning displayed.
|-
|-
| 2020-12-22 || [[User_Defined_Functions#Graphics_and_image|Graphics and image]] || smartee || [https://www.autoitscript.com/forum/index.php?showtopic=202987 AutoYolo3] - Real-Time Object Detection using YOLOv3 wrapper.
| 2020-12-22 || [[User_Defined_Functions#Graphics_and_image|Graphics and image]] || smartee || [https://www.autoitscript.com/forum/index.php?showtopic=202987 AutoYolo3] - Real-Time Object Detection using YOLOv3 wrapper.
Line 46: Line 64:
|-
|-
| 2020-06-14 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || TheXman || [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq] - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
| 2020-06-14 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || TheXman || [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq] - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
|-
| 2020-05-30 || [[User_Defined_Functions#Internet_protocol_suite|Internet Protocol Suite]] || TheXman || [https://www.autoitscript.com/forum/index.php?showtopic=202895 HttpApi] - communicate over HTTP without using MS Internet Information Server (IIS).
|-
| 2020-05-30 || Multiple sections || Ward || Ward left the forum and removed all UDFs - I removed all references to his threads for better readability.
|-
| 2020-05-19 || [[User_Defined_Functions#Inter_Process_Communications|Inter Process Communications]] || MrCreatoR || [https://www.autoitscript.com/forum/index.php?showtopic=202485 AppInteract] - Reliably pass arrays or other types between processes.
|-
| 2020-05-05 || [[User_Defined_Functions#Media|Media]] || BugFix || [https://www.autoitscript.com/forum/index.php?showtopic=202621 QRCreator] - Simple QR-code creation.
|-
| 2020-04-27 || [[User_Defined_Functions#Controls|Controls]] || MrCreatoR || [https://www.autoitscript.com/forum/index.php?showtopic=202529 BrowseForFolder] - Handle SHBrowseForFolderW with more options (multi selection, window position, controls text ...).
|-
| 2020-04-21 || [[User_Defined_Functions#Microsoft_Office|Microsoft Office]] || water || [https://www.autoitscript.com/forum/index.php?showtopic=202451 OutlookEX_GUI] - Automate Microsoft Outlook. This UDF holds the functions to automate the Outlook GUI.
|-
| 2020-04-20 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || MrCreatoR || [https://www.autoitscript.com/forum/index.php?showtopic=112879 AutoIt Syntax Highlight] - Highlight AutoIt v3 syntax code to html/bbcode format.
|-
| 2020-03-10 || [[User_Defined_Functions#Encryption_and_hash|Encryption and hash]] || RTFC || [https://www.autoitscript.com/forum/index.php?showtopic=155538 CodeCrypter] - Encrypt scripts without placing the key inside the script.
|}
|}
<br />
<br />
Line 103: Line 105:


===Other Applications===
===Other Applications===
* [https://www.autoitscript.com/forum/index.php?showtopic=106163 Active Directory (by water)] - Extensive library to control and manipulate the Windows active directory. Link to the [[Active_Directory_UDF_-_General|documentation]] pages.
* [https://www.autoitscript.com/forum/index.php?showtopic=106163 Active Directory (by water)] - Extensive library to control and manipulate the Windows active directory ([https://www.autoitscript.com/forum/files/file/355-ad-active-directory-udf/ Download]). Link to the [[Active_Directory_UDF_-_General|documentation]] pages.
* [https://www.autoitscript.com/forum/index.php?showtopic=87956 Java (by seangriffin)] - Creates an access bridge between your application and a Java application. Allowing you to automate some Java applications.
* [https://www.autoitscript.com/forum/index.php?showtopic=87956 Java (by seangriffin)] - Creates an access bridge between your application and a Java application. Allowing you to automate some Java applications.
* [https://www.autoitscript.com/forum/index.php?showtopic=86574 SAP (by seangriffin)] - SAP business management automation.
* [https://www.autoitscript.com/forum/index.php?showtopic=86574 SAP (by seangriffin)] - SAP business management automation.
Line 110: Line 112:
== Script Coding/Analyzing/Debugging ==
== Script Coding/Analyzing/Debugging ==
* [https://www.autoitscript.com/forum/index.php?showtopic=198929 AutoIt error logger (AUERLO) (by user4157124)] - File- and stdout (etc.) output of messages, regular- and COM Object errors, exit method and -code, etc.
* [https://www.autoitscript.com/forum/index.php?showtopic=198929 AutoIt error logger (AUERLO) (by user4157124)] - File- and stdout (etc.) output of messages, regular- and COM Object errors, exit method and -code, etc.
* [https://www.autoitscript.com/forum/index.php?showtopic=110379 AutoItObject (by ProgAndy and others)] - Brings the Object Orientation programming paradigm to AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=112879 AutoIt Syntax Highlight (by MrCreatoR)] - Highlights AutoIt v3 syntax code to html/bbcode format.
* [https://www.autoitscript.com/forum/index.php?showtopic=112879 AutoIt Syntax Highlight (by MrCreatoR)] - Highlights AutoIt v3 syntax code to html/bbcode format.
* [https://www.autoitscript.com/forum/index.php?showtopic=191488 cDebug (by c.haslam)] - Dumps the values of all AutoIt subtypes and expressions including nested arrays, DLL structs and maps.
* [https://www.autoitscript.com/forum/index.php?showtopic=191488 cDebug (by c.haslam)] - Dumps the values of all AutoIt subtypes and expressions including nested arrays, DLL structs and maps.
Line 122: Line 125:
=== Inter Process Communications ===
=== Inter Process Communications ===
* [https://www.autoitscript.com/forum/index.php?showtopic=202485 AppInteract (by MrCreatoR)] - Reliably pass arrays or other types between processes.
* [https://www.autoitscript.com/forum/index.php?showtopic=202485 AppInteract (by MrCreatoR)] - Reliably pass arrays or other types between processes.
* [https://www.autoitscript.com/forum/index.php?showtopic=188991 Autoit-Socket-IO (by tarretarretarre)] - Autoit-Socket-IO is a event driven TCP/IP wrapper heavily inspired from Socket.IO with focus on user friendliness and long term sustainability.
* [https://www.autoitscript.com/forum/index.php?showtopic=205109 AutoItSharedData (by SEuBo)] -  Create a shared data storage, a simple AutoItObject-Object, using AutoItObject_Internal.
* [https://www.autoitscript.com/forum/index.php?showtopic=188991 Autoit-Socket-IO (by tarretarretarre)] - Event driven TCP/IP wrapper inspired by Socket.IO with focus on user friendliness and long term sustainability.
* [https://www.autoitscript.com/forum/index.php?showtopic=126936 Container (by MrCreatoR)] - Scripts interaction method. Allows to transfer whole arrays as data, and even COM objects.
* [https://www.autoitscript.com/forum/index.php?showtopic=126936 Container (by MrCreatoR)] - Scripts interaction method. Allows to transfer whole arrays as data, and even COM objects.
* [https://www.autoitscript.com/forum/index.php?showtopic=55994 DDEML (by doudou)] - Use your AutoIt script as DDE client or server.
* [https://www.autoitscript.com/forum/index.php?showtopic=55994 DDEML (by doudou)] - Use your AutoIt script as DDE client or server.
Line 130: Line 134:
* [https://www.autoitscript.com/forum/topic/202618-implementing-irunningobjecttable-interface IPC Techniques through ROT Objects (by LarsJ)] - Implementing IRunningObjectTable Interface.
* [https://www.autoitscript.com/forum/topic/202618-implementing-irunningobjecttable-interface IPC Techniques through ROT Objects (by LarsJ)] - Implementing IRunningObjectTable Interface.
* [https://www.autoitscript.com/forum/index.php?showtopic=106710 Mailslot (by trancexx)] - IPC using Mailslots.
* [https://www.autoitscript.com/forum/index.php?showtopic=106710 Mailslot (by trancexx)] - IPC using Mailslots.
* [https://www.autoitscript.com/forum/index.php?showtopic=169797 Pool - Post Office for Organised Labour (by RTFC)] - Provides multiple AutoIt processes with an infrastructure for exchanging messages, data, and remote-control instructions.
* [https://www.autoitscript.com/forum/index.php?showtopic=169797 Pool - Post Office for Organized Labour (by RTFC)] - Provides multiple AutoIt processes with an infrastructure for exchanging messages, data, and remote-control instructions.
* [https://www.autoitscript.com/forum/index.php?showtopic=202587 WCD IPC (by Nine)] - Framework for Inter Process Communication using Windows Messages WM_COPYDATA.
* [https://www.autoitscript.com/forum/index.php?showtopic=202587 WCD IPC (by Nine)] - Framework for Inter Process Communication using Windows Messages WM_COPYDATA.


Line 141: Line 145:
* [https://www.autoitscript.com/forum/index.php?showtopic=197909 CSV (by seangriffin)] - Manipulate CSV files using SQLite.
* [https://www.autoitscript.com/forum/index.php?showtopic=197909 CSV (by seangriffin)] - Manipulate CSV files using SQLite.
* [https://www.autoitscript.com/forum/index.php?showtopic=119238 Excel file generation UDF (by jerome)] - Excel file generation (multi-sheet workbook) without the need to have Excel installed.
* [https://www.autoitscript.com/forum/index.php?showtopic=119238 Excel file generation UDF (by jerome)] - Excel file generation (multi-sheet workbook) without the need to have Excel installed.
* [https://www.autoitscript.com/forum/index.php?showtopic=143866 Excel XML UDF (by FireFox)] - UDF to work with SpreadsheetML (Open XML file formats).
* [https://www.autoitscript.com/forum/index.php?showtopic=143866 Excel XML UDF (by FireFox)] - Work with SpreadsheetML (Open XML file formats).
* [https://www.autoitscript.com/forum/index.php?showtopic=155905 EXml (by jdelaney)] - Create Excel file (SpreadsheetML) through "Microsoft.XMLDOM".
* [https://www.autoitscript.com/forum/index.php?showtopic=155905 EXml (by jdelaney)] - Create Excel file (SpreadsheetML) through "Microsoft.XMLDOM".
* [https://www.autoitscript.com/forum/index.php?showtopic=116072 EzMySql (by Yoriz)] - EzMySql - Use MySQL Databases with AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=116072 EzMySql (by Yoriz)] - Use MySQL Databases with AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=148232 _FileGetProperty (by BrewManNH)] - Retrieve properties of a file.
* [https://www.autoitscript.com/forum/index.php?showtopic=94920 FireBird (by eltorro)] - FireBird, Interbase DLL UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=94920 FireBird (by eltorro)] - FireBird, Interbase DLL UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq (by TheXman)] - Brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq (by TheXman)] - Brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
Line 211: Line 216:
* [https://www.autoitscript.com/forum/index.php?showtopic=108445 Toast (by Melba23)] - Small message GUIs which pop out of the Systray.
* [https://www.autoitscript.com/forum/index.php?showtopic=108445 Toast (by Melba23)] - Small message GUIs which pop out of the Systray.
* [https://www.autoitscript.com/forum/index.php?showtopic=110003 Tray Icon Bar Graph (by BeeGee)] - Creates a scrolling bar graph as the tray icon.
* [https://www.autoitscript.com/forum/index.php?showtopic=110003 Tray Icon Bar Graph (by BeeGee)] - Creates a scrolling bar graph as the tray icon.
* [https://www.autoitscript.com/forum/index.php?showtopic=132864 Uskin (by JScript)] - A library that allows a user to skin their application GUI using the Windows ''.MSstyles'' files.
* [https://www.autoitscript.com/forum/index.php?showtopic=132864 Uskin (by JScript)] - Allows you to skin your GUI using the Windows ''.MSstyles'' files.
* [https://www.autoitscript.com/forum/index.php?showtopic=191821 Wi3SMenu (by NHD)] - Create a slide menu with Windows 10 style. Supports color, icon and opacity.
* [https://www.autoitscript.com/forum/index.php?showtopic=191821 Wi3SMenu (by NHD)] - Create a slide menu with Windows 10 style. Supports color, icon and opacity.
* [https://www.autoitscript.com/forum/index.php?showtopic=32494 XSkin (by Valuater)] - A large library that allows skinning of your GUI and to apply custom skins.
* [https://www.autoitscript.com/forum/index.php?showtopic=129196 WinSnap (by Beege)] - Automatic Window Alignment by applying that "snappy edge" effect to your GUI.
* [https://www.autoitscript.com/forum/index.php?showtopic=32494 XSkin (by Valuater)] - Allows skinning of your GUI and to apply custom skins.


=== Controls ===
=== Controls ===
Line 248: Line 254:
== Hardware ==
== Hardware ==
* [https://www.autoitscript.com/forum/index.php?showtopic=118317 Battery UDF (by Yashied)] - Retrieves a various information and current status of the battery(s).
* [https://www.autoitscript.com/forum/index.php?showtopic=118317 Battery UDF (by Yashied)] - Retrieves a various information and current status of the battery(s).
* [https://www.autoitscript.com/forum/topic/154727-buildpartitiontable BuildPartitionTable (by RTFC)] - Scans a physical drive's partition table and returns a partition_table, allocation_table and volumes_table.
* [https://www.autoitscript.com/forum/index.php?showtopic=154727 BuildPartitionTable (by RTFC)] - Scans a physical drive's partition table and returns a partition_table, allocation_table and volumes_table.
* [https://www.autoitscript.com/forum/topic/155674-commapi-serial-and-parallel-communication-with-windows-api/ CommAPI (by therealhanuta)] - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls).
* [https://www.autoitscript.com/forum/index.php?showtopic=155674 CommAPI (by therealhanuta)] - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls).
* [https://www.autoitscript.com/forum/index.php?showtopic=77731 Device Management (by weaponx)] - Device Management API.
* [https://www.autoitscript.com/forum/index.php?showtopic=77731 Device Management (by weaponx)] - Device Management API.
* [https://www.autoitscript.com/forum/index.php?showtopic=97487 DirectShow (by monoceres)] - DirectShow UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=97487 DirectShow (by monoceres)] - DirectShow UDF.
Line 276: Line 282:
== Information gathering ==
== Information gathering ==
* [https://www.autoitscript.com/forum/index.php?showtopic=29404 Computer information (by JSThePatriot)] - A general purpose library to get various details about a Windows machine.
* [https://www.autoitscript.com/forum/index.php?showtopic=29404 Computer information (by JSThePatriot)] - A general purpose library to get various details about a Windows machine.
* [https://www.autoitscript.com/forum/index.php?showtopic=151920 NetworkStatistics (by Ascend4nt)] - Network Interface Info, Statistics, and Traffic.
* [https://www.autoitscript.com/forum/index.php?showtopic=54039 WinPcap (by JRSmile)] - Wrapper for the windows packet capture library WinPcap.
* [https://www.autoitscript.com/forum/index.php?showtopic=54039 WinPcap (by JRSmile)] - Wrapper for the windows packet capture library WinPcap.
* [https://opensource.grisambre.net/pcapau3/ WinPcap (by Nicolas Ricquemaque)] - A library to access the main functionalities offered by the WinPcap driver.
* [https://opensource.grisambre.net/pcapau3/ WinPcap (by Nicolas Ricquemaque)] - A library to access the main functionalities offered by the WinPcap driver.
Line 429: Line 436:


== Misc ==
== Misc ==
* &#127465;&#127466; [https://autoit.de/thread/87007-array2dsortfree-äöü-richtig-sortieren _Array2DSortFree (by Tweaky)] - Correctly sort special characters like äöü.
<!-- Removed 2020-05-30 as adequate documentation is missing * [https://www.autoitscript.com/forum/topic/178871-dllcall-with-c-example/#comment-1285754 SMSApi (by mLipok)] - UDF for SMSAPi which provides SMS services. -->
<!-- Removed 2020-05-30 as adequate documentation is missing * [https://www.autoitscript.com/forum/topic/178871-dllcall-with-c-example/#comment-1285754 SMSApi (by mLipok)] - UDF for SMSAPi which provides SMS services. -->
<!-- Removed 2020-05-30 as adequate documentation is missing * [https://www.autoitscript.com/forum/index.php?showtopic=178589 BulkSMS (by Skysnake)] - UDF for BulkSMS which provides SMS services. -->
<!-- Removed 2020-05-30 as adequate documentation is missing * [https://www.autoitscript.com/forum/index.php?showtopic=178589 BulkSMS (by Skysnake)] - UDF for BulkSMS which provides SMS services. -->
Line 441: Line 447:
* [https://www.autoitscript.com/forum/index.php?showtopic=170087 Barcode generators (by willichan)] - Creates a Code128A/B/C or Creates a Code39 or Code39Extended optimized barcode from supplied data.
* [https://www.autoitscript.com/forum/index.php?showtopic=170087 Barcode generators (by willichan)] - Creates a Code128A/B/C or Creates a Code39 or Code39Extended optimized barcode from supplied data.
* [https://www.autoitscript.com/forum/index.php?showtopic=87735 BlockInputEx (by MrCreatoR)] - Supports a few features that built-in BlockInput() function does not.
* [https://www.autoitscript.com/forum/index.php?showtopic=87735 BlockInputEx (by MrCreatoR)] - Supports a few features that built-in BlockInput() function does not.
* [https://www.autoitscript.com/forum/index.php?showtopic=199762 BlockInputEx (by Nine)] - Block all input coming from mouse and/or keyboard, without having an UAC warning displayed.
* [https://www.autoitscript.com/forum/index.php?showtopic=29763 Clipboard (by eltorro)] - When apps need to watch the clipboard.
* [https://www.autoitscript.com/forum/index.php?showtopic=29763 Clipboard (by eltorro)] - When apps need to watch the clipboard.
* [https://www.autoitscript.com/forum/index.php?showtopic=170630 ClipboardEx (by ozmike)] - Allows to have more than 1 item in the Clipboard. Handles all data types, not just text.
* [https://www.autoitscript.com/forum/index.php?showtopic=170630 ClipboardEx (by ozmike)] - Allows to have more than 1 item in the Clipboard. Handles all data types, not just text.
Line 472: Line 479:
* [https://www.autoitscript.com/forum/index.php?showtopic=164444 Synology filestation (by nend)] - Functions to interact with a Synology NAS server.
* [https://www.autoitscript.com/forum/index.php?showtopic=164444 Synology filestation (by nend)] - Functions to interact with a Synology NAS server.
* [https://www.autoitscript.com/forum/index.php?showtopic=163328 TimeConvert (by orbs)] - Convert UTC to/from local time, and/or reformat the string representation.
* [https://www.autoitscript.com/forum/index.php?showtopic=163328 TimeConvert (by orbs)] - Convert UTC to/from local time, and/or reformat the string representation.
* [https://www.autoitscript.com/forum/index.php?showtopic=129196 WinSnap (by Beege)] - Automatic Window Alignment by applying that "snappy edge" effect to your GUI.
[[Category:UDF]]
[[Category:UDF]]

Revision as of 07:09, 3 June 2021

This page is a listing of libraries of user defined functions (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.
This list is probably not complete (360 UDFs on 2021/02/27), but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Note:
The listed UDFs might have been written for older versions of AutoIt. So there is no guarantee that every UDF works smoothly with newer versions.
None of the UDFs has been tested by the maintainers of this list so you as a user need to make sure that they deliver the expected results.


When will an UDF be added to this list?
It should meet all/most of the general requirements for UDFs as described here.
In addition the following requirements to be added to this list should be met:

  • Documentation: So users can tell what the UDF is intended to do (mandatory)
  • Examples: So users can get an idea how to use the UDF. The more the better (mandatory)
  • Operating systems: Should support the latest Microsoft OS plus as many predecessors as possible (optional)
  • AutoIt: Should support the latest version of AutoIt (optional)
  • Author: The author should still be active on the forum so he can reply to questions (optional)


Last years modifications

Date Section Creator Description
2021-02-27 Inter Process Communications SEuBo AutoItSharedData - Create a shared data storage, a simple AutoItObject-Object, using AutoItObject_Internal.
2021-02-20 Information gathering Ascend4nt NetworkStatistics - Network Interface Info, Statistics, and Traffic.
2021-02-16 Files, Databases and web connections BrewManNH _FileGetProperty - Retrieve properties of a file.
2021-02-09 Script Coding/Analyzing/Debugging ProgAndy and others AutoItObject - Brings the Object Orientation programming paradigm to AutoIt.
2021-02-05 Misc Nine BlockInputEx - Block all input coming from mouse and/or keyboard, without having an UAC warning displayed.
2020-12-22 Graphics and image smartee AutoYolo3 - Real-Time Object Detection using YOLOv3 wrapper.
2020-11-16 Internet protocol suite j0kky Winsock - Create client/server application using native winsock functions.
2020-11-06 Script Coding/Analyzing/Debugging dany GetOpt - Parse GNU and DOS style command line options similar to getopt().
2020-11-06 Controls Muzaiyan Progressbar new styles - New styles for your progress bar.
2020-10-25 Graphics and image Nine GIF animation - Fast cached GIF animation.
2020-10-10 Encryption and hash trancexx Hashes for files - Fast RC32, MD4, MD5, SHA1 calculation for big files.
2020-10-04 Players Sudeepjd WMP - Embed the Windows Media Player by using the IE.
2020-10-04 Microsoft Office Sudeepjd Microsoft Office Excel Pivot Tables - Create and Update Excel Pivot Tables and Charts.
2020-09-30 Graphics and image VIP Image Search - Search for an image on the desktop.
2020-09-29 Encryption and hash mLipok GDPR - Functions to encrypt/decrypt strings and files with the GDPR in mind.
2020-09-03 Graphics and image mylise OpenCV - UDF for the OpenCV library.
2020-08-23 Inter Process Communications LarsJ IPC Techniques through ROT Objects - Implementing IRunningObjectTable Interface.
2020-07-30 Hardware MazeM Serial port UDF / COM port UDF.
2020-06-30 Hardware Danyfirex MediaDevice - Transfer files to portable devices like phones, storages.
2020-06-23 Inter Process Communications Nine WCD IPC - IPC based on Windows Messaging.
2020-06-23 Script Coding/Analyzing/Debugging argumentum OnDebugMsgBox - This UDF will catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
2020-06-14 Files, Databases and web connections TheXman jq - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.


Automation

Browsers

Microsoft Office

Some features of Microsoft's Office products are proprietary and cannot readily be manipulated. Sometimes workarounds are required.
This page is dedicated to identifying those issues, provide explanations and list solutions or workarounds.

OpenOffice/LibreOffice

Other Applications

Script Coding/Analyzing/Debugging

Inter Process Communications

Files, Databases and web connections

Data compression

Encryption and hash

GUI Additions

Controls

Hardware

Information gathering

Internet protocol suite

Maths

Media

Graphics and image

Players

Sound

PDF

Security

Social Media and other Website API

Windows

Misc