User Defined Functions: Difference between revisions
(Added ArrayCombinations) |
m (→Misc) |
||
(60 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | |||
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 ( | This list is probably not complete (386 UDFs on 2024-10-21), 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 7: | ||
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> | '''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> | It should meet all/most of the general requirements for UDFs as described [[UDF-spec|here]].<br> | ||
Line 12: | Line 13: | ||
* '''Documentation''': So users can tell what the UDF is intended to do (''mandatory'') | * '''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'') | * '''Examples''': So users can get an idea how to use the UDF. The more the better (''mandatory'') | ||
* '''Operating''' | * '''Operating systems''': Should support the latest Microsoft OS (''mandatory'') plus as many predecessors as possible (''optional'') | ||
* '''AutoIt''': Should support the latest version of AutoIt (''mandatory'') plus as many predecessors as possible (''optional'') | * '''AutoIt''': Should support the latest version of AutoIt (''mandatory'') plus as many predecessors as possible (''optional'') | ||
* '''Author''': The author should still be active on the forum so he can reply to questions (''optional'') | * '''Author''': The author should still be active on the forum so he can reply to questions (''optional'') | ||
<br /> | |||
'''What to do when one of your UDFs is missing?'''<br /> | |||
Please send a [https://www.autoitscript.com/forum/messenger/compose/?to=7903 PM] to user water. Add a short description of the UDF and a link to your post in the [https://www.autoitscript.com/forum/forum/9-autoit-example-scripts/ Example Scripts] or [https://www.autoitscript.com/forum/forum/49-autoit-projects-and-collaboration/ Projects and Collaboration] forum.<br /> | |||
<br /> | <br /> | ||
'''Added in the past two years'''<br /> | '''Added in the past two years'''<br /> | ||
Line 21: | Line 25: | ||
! Date !! Section !! Creator !! Description | ! Date !! Section !! Creator !! Description | ||
|- | |- | ||
| | | 2024-10-21 || [[User_Defined_Functions#Controls|Controls]] || Nine || [https://www.autoitscript.com/forum/index.php?showtopic=204283 Date Range Picker] - Date Range Picker Control. | ||
|- | |- | ||
| | | 2024-10-06 || [[User_Defined_Functions#Maths|Maths]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=212357 Linear Algebra] - BLAS/LAPACK-based Linear Algebra and nonlinear adjustment UDF. | ||
|- | |- | ||
| | |2024-03-27 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=211718 FuzzyString] - Fuzzy string comparison and search in string arrays. | ||
|- | |- | ||
| | |2023-11-14 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || TheXman || [https://www.autoitscript.com/forum/index.php?showtopic=208932 Xml2Json] - Transform XML to JSON. | ||
|- | |- | ||
| | |2023-10-30 || [[User_Defined_Functions#Hardware|Hardware]] || Nine || [https://www.autoitscript.com/forum/index.php?showtopic=210968 Printer Manager] - Manage printers with winspool.drv DLL. | ||
|- | |- | ||
| | |2023-10-30 || [[User_Defined_Functions#Controls|Controls]] || Andreik || [https://www.autoitscript.com/forum/index.php?showtopic=211024 Toggle Button] - Create simple toggle buttons. | ||
|- | |- | ||
| | |2023-10-01 || [[User_Defined_Functions#Encryption_and_hash|Encryption and hash]] || willichan || [https://www.autoitscript.com/forum/index.php?showtopic=210901 Enigma] - Simple encryption based on the Enigma Machine. | ||
|- | |- | ||
| | |2023-09-06 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || willichan || [https://www.autoitscript.com/forum/index.php?showtopic=151116 DIF] - Read/write DIF (Data Interchange Format) files. | ||
|- | |- | ||
| | |2023-07-27 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || AspirinJunkie || [https://www.autoitscript.com/forum/imndex.php?showtopic=209526 xlsxNative] - Read and write xlsx files without excel. | ||
|- | |- | ||
| | |2023-07-27 || [[User_Defined_Functions#OpenOffice.2FLibreOffice|OpenOffice/LibreOffice]] || donnyh13 || [https://www.autoitscript.com/forum/index.php?showtopic=210514 LibreOffice Writer] - A huge list of functions for LibreOffice Writer. | ||
|- | |- | ||
| | |2023-02-03 || [[User_Defined_Functions#Graphics_and_image|Graphics and image]] || Starg || [https://www.autoitscript.com/forum/index.php?showtopic=152950 S3D] - Draw simple 3D graphics with GDI+. | ||
|- | |- | ||
| | | 2023-01-21 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=209502 JSON] - Interacting with JSON data in AutoIt. | ||
|- | |- | ||
| | | 2023-01-21 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=209529 Set] - Provides a set data type and brings the corresponding mathematical functions. | ||
|- | |- | ||
| | | 2023-01-21 || [[User_Defined_Functions#Maths|Maths]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=209527 Stat] - Statistics for Autoit. | ||
|- | |- | ||
| | | 2023-01-21 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=209523 ArrayPlus] - Functions for flexible Array handling (creating, extracting, rebuilding, sorting, filtering, finding, printing). | ||
|- | |- | ||
| | | 2023-01-21 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || AspirinJunkie || [https://www.autoitscript.com/forum/index.php?showtopic=209528 ArrayCombinations] - Different ways of composing elements of a set. | ||
|- | |- | ||
| | | 2023-01-04 || [[User_Defined_Functions#Sound|Sound]] || MattyD || [https://www.autoitscript.com/forum/index.php?showtopic=208116 MIDI UDF] - Wrap of the Windows MIDI functions. | ||
|} | |} | ||
<br /> | <br /> | ||
<!-- Place the Table of contents (TOC) here --> | |||
__TOC__ | |||
== Automation == | == Automation == | ||
Line 93: | Line 99: | ||
===OpenOffice/LibreOffice=== | ===OpenOffice/LibreOffice=== | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=210514 LibreOffice Writer (by donnyh13)] - A huge list of functions for LibreOffice Writer. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=151530 OOo/LibO Calc (by GMK)] - OpenOfficeCalc UDF (works also for Libre Office). | * [https://www.autoitscript.com/forum/index.php?showtopic=151530 OOo/LibO Calc (by GMK)] - OpenOfficeCalc UDF (works also for Libre Office). | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=185932 OpenOffice/LibreOffice Spell Checker (by GMK)] - Function to validate words, and show spell alternatives. | * [https://www.autoitscript.com/forum/index.php?showtopic=185932 OpenOffice/LibreOffice Spell Checker (by GMK)] - Function to validate words, and show spell alternatives. | ||
Line 105: | Line 112: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=209528 ArrayCombinations (by AspirinJunkie)] - Different ways of composing elements of a set. | * [https://www.autoitscript.com/forum/index.php?showtopic=209528 ArrayCombinations (by AspirinJunkie)] - Different ways of composing elements of a set. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=155442 ArrayMultiColSort (by Melba23)] - Function to sort a 2D array on several columns. | * [https://www.autoitscript.com/forum/index.php?showtopic=155442 ArrayMultiColSort (by Melba23)] - Function to sort a 2D array on several columns. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=209523 ArrayPlus (by AspirinJunkie)] - Functions for flexible Array handling ( | * [https://www.autoitscript.com/forum/index.php?showtopic=209523 ArrayPlus (by AspirinJunkie)] - Functions for flexible Array handling (create, extract, rebuild, sort, filter, find, print) | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=180467 ArrayWorkshop (by czardas)] - Multidimensional array functions. | * [https://www.autoitscript.com/forum/index.php?showtopic=180467 ArrayWorkshop (by czardas)] - Multidimensional array functions. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=59174 Associative array functions (by Nutster)] - Manage a version of associative arrays in single AutoIt variables. | * [https://www.autoitscript.com/forum/index.php?showtopic=59174 Associative array functions (by Nutster)] - Manage a version of associative arrays in single AutoIt variables. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=198929 AutoIt error logger (AUERLO) (by user4157124)] - File- and stdout (etc.) output of messages, | * [https://www.autoitscript.com/forum/index.php?showtopic=198929 AutoIt error logger (AUERLO) (by user4157124)] - File- and stdout (etc.) output of messages, 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=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. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=195882 ErrorLog (by mLipok)] - Logs program activities and errors to different output locations. | * [https://www.autoitscript.com/forum/index.php?showtopic=195882 ErrorLog (by mLipok)] - Logs program activities and errors to different output locations. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=211718 FuzzyString (by AspirinJunkie)] - Fuzzy string comparison and search in string arrays. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=143167 GetOpt (by dany)] - Parse GNU and DOS style command line options similar to getopt(). | * [https://www.autoitscript.com/forum/index.php?showtopic=143167 GetOpt (by dany)] - Parse GNU and DOS style command line options similar to getopt(). | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=156196 Log4a (by zorphnog)] - Logging library loosely based upon the log4j and NLog libaries. | * [https://www.autoitscript.com/forum/index.php?showtopic=156196 Log4a (by zorphnog)] - Logging library loosely based upon the log4j and NLog libaries. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console. | * [https://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=119032 Log UDF (by Yashied)] - | * [https://www.autoitscript.com/forum/index.php?showtopic=119032 Log UDF (by Yashied)] - Create a text log files. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=202832 OnDebugMsgBox (by argumentum)] | * [https://www.autoitscript.com/forum/index.php?showtopic=202832 OnDebugMsgBox (by argumentum)] - Catch the dreaded "AutoIt Error" MsgBox and prettify or hide it. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=209529 Set (by AspirinJunkie)] - Provides a set data type and brings the corresponding mathematical functions. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=200660 Variants and Safearrays (by LarsJ)] - Create/access/process Variants and SafeArrays. | * [https://www.autoitscript.com/forum/index.php?showtopic=200660 Variants and Safearrays (by LarsJ)] - Create/access/process Variants and SafeArrays. | ||
=== 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=205109 AutoItSharedData (by SEuBo)] - | * [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=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. | ||
Line 144: | Line 152: | ||
* [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=155748 CSVSplit (by czardas)] - Convert to and from CSV format. | * [https://www.autoitscript.com/forum/index.php?showtopic=155748 CSVSplit (by czardas)] - Convert to and from CSV format. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=119238 Excel file generation | * [https://www.autoitscript.com/forum/index.php?showtopic=151116 DIF (by willichan)] - Read/write DIF (Data Interchange Format) files. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=143866 Excel XML | * [https://www.autoitscript.com/forum/index.php?showtopic=119238 Excel file generation (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 (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)] - 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=148232 _FileGetProperty (by BrewManNH)] - Retrieve properties of a file.Xml2Json | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=94920 FireBird (by eltorro)] - FireBird, Interbase DLL | * [https://www.autoitscript.com/forum/index.php?showtopic=94920 FireBird (by eltorro)] - FireBird, Interbase DLL. | ||
* [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. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=209502 JSON (by AspirinJunkie)] - Interacting with JSON data in AutoIt. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=104150 JSON (by Gabriel13)] - RFC4627 compliant JSON encode/decode. | * [https://www.autoitscript.com/forum/index.php?showtopic=104150 JSON (by Gabriel13)] - RFC4627 compliant JSON encode/decode. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=148114 JSON (by Ward)] - JSMN - A Non-Strict JSON UDF. | * [https://www.autoitscript.com/forum/index.php?showtopic=148114 JSON (by Ward)] - JSMN - A Non-Strict JSON UDF. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=156794 JSON (by ozmike)] - Bridge to Native Windows JSON plus OO extension for AutoIt. | * [https://www.autoitscript.com/forum/index.php?showtopic=156794 JSON (by ozmike)] - Bridge to Native Windows JSON plus OO extension for AutoIt. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=173797 JSONgen: JSON generator (by Jefrey)] - | * [https://www.autoitscript.com/forum/index.php?showtopic=173797 JSONgen: JSON generator (by Jefrey)] - Generate JSON. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=127101 MS SQL (by TheLuBu)] - MSSQL. | * [https://www.autoitscript.com/forum/index.php?showtopic=127101 MS SQL (by TheLuBu)] - MSSQL. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=51952 MS SQL (by ChrisL)] - _SQL. ADODB Connection. | * [https://www.autoitscript.com/forum/index.php?showtopic=51952 MS SQL (by ChrisL)] - _SQL. ADODB Connection. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=20814 MySQL (by cdkid)] - MySQL relational database management system | * [https://www.autoitscript.com/forum/index.php?showtopic=20814 MySQL (by cdkid)] - MySQL relational database management system. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=85617 MySQL (by ProgAndy)] - MySQL UDFs (without ODBC - working with libmysql.dll). | * [https://www.autoitscript.com/forum/index.php?showtopic=85617 MySQL (by ProgAndy)] - MySQL UDFs (without ODBC - working with libmysql.dll). | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=122360 MySQL (by James)] - MySQL ODBC Connector. | * [https://www.autoitscript.com/forum/index.php?showtopic=122360 MySQL (by James)] - MySQL ODBC Connector. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=187223 romaSQL (rynow)] - | * [https://www.autoitscript.com/forum/index.php?showtopic=187223 romaSQL (rynow)] - Built on the concept of Laravel Query & doctrine. Connection string is based on ADODB / ODBC. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=143331 Sharepoint 2007/2010 | * [https://www.autoitscript.com/forum/index.php?showtopic=143331 Sharepoint 2007/2010 (by schoppet)] - Access the SOAP-Webservices of Sharepoint 2007/2010. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=17099 SQLite (by ptrex)] - SQLite is a library that implements a self-contained, embeddable, zero-configuration SQL database engine. | * [https://www.autoitscript.com/forum/index.php?showtopic=17099 SQLite (by ptrex)] - SQLite is a library that implements a self-contained, embeddable, zero-configuration SQL database engine. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=142977 SQLite Array Functions (by SmOke_N)] - SQLite Array Functions - a faster method for unique arrays and sorting methods. | * [https://www.autoitscript.com/forum/index.php?showtopic=142977 SQLite Array Functions (by SmOke_N)] - SQLite Array Functions - a faster method for unique arrays and sorting methods. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=140521 SQLite - Database | * [https://www.autoitscript.com/forum/index.php?showtopic=140521 SQLite - Database (by PhoenixXL)] - UDF for SQLite so that beginners will also be able to do the stuff. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=157853 SQLiteEx | * [https://www.autoitscript.com/forum/index.php?showtopic=157853 SQLiteEx (by 57ar7up)] - SQLiteEx UDF v0.5.1 - Simplest work with SQLite. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=163633 Xbase I/O | * [https://www.autoitscript.com/forum/index.php?showtopic=163633 Xbase I/O (by RTFC)] - Transfer data between Xbase Data file (*.dbf) and AutoIt array written in pure AutoIt (no SQL, no ADO, no dlls, no external dependencies). | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=209526 xlsxNative (by AspirinJunkie)] - Read and write xlsx files without excel. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=19848 XML DOM Wrapper (by eltorro)] - Supports CRUD operations on XML. Including XSL and XPath. | * [https://www.autoitscript.com/forum/index.php?showtopic=19848 XML DOM Wrapper (by eltorro)] - Supports CRUD operations on XML. Including XSL and XPath. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=176895 XML (by mLipok)] - New version of XML DOM Wrapper, with many new features. | * [https://www.autoitscript.com/forum/index.php?showtopic=176895 XML (by mLipok)] - New version of XML DOM Wrapper, with many new features. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=208932 Xml2Json (by TheXman)] - Transform XML to JSON. | |||
== Data compression == | == Data compression == | ||
Line 190: | Line 202: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=155538 Codecrypter (by RTFC)] - Encrypt scripts without placing the key inside the script. | * [https://www.autoitscript.com/forum/index.php?showtopic=155538 Codecrypter (by RTFC)] - Encrypt scripts without placing the key inside the script. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=201002 Cryptography API: Next Gen (by TheXman)] - Microsoft's long-term replacement for their CryptoAPI. | * [https://www.autoitscript.com/forum/index.php?showtopic=201002 Cryptography API: Next Gen (by TheXman)] - Microsoft's long-term replacement for their CryptoAPI. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=210901 Enigma (by willichan)] - Simple encryption based on the Enigma Machine. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=203990 GDPR (by mLipok)] - Functions to encrypt/decrypt strings and files with the GDPR in mind. | * [https://www.autoitscript.com/forum/index.php?showtopic=203990 GDPR (by mLipok)] - Functions to encrypt/decrypt strings and files with the GDPR in mind. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=95558 Hashes for files (by trancexx)] - Fast RC32, MD4, MD5, SHA1 calculation for big files. | * [https://www.autoitscript.com/forum/index.php?showtopic=95558 Hashes for files (by trancexx)] - Fast RC32, MD4, MD5, SHA1 calculation for big files. | ||
Line 227: | Line 240: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=125293 ChooseFileFolder (byMelba23)] - Single and multiple selections from specified path treeview listing. | * [https://www.autoitscript.com/forum/index.php?showtopic=125293 ChooseFileFolder (byMelba23)] - Single and multiple selections from specified path treeview listing. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=96464 Colorpicker (by Yashied)] - Create a button for the user to select a color. | * [https://www.autoitscript.com/forum/index.php?showtopic=96464 Colorpicker (by Yashied)] - Create a button for the user to select a color. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=204283 Date Range Picker (by Nine)] - Date Range Picker Control. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=123409 Explorer Frame UDF (by Beege)] - Takes any frame created by GUIFrame and turns it into a MS-Windows like Explorer window. | * [https://www.autoitscript.com/forum/index.php?showtopic=123409 Explorer Frame UDF (by Beege)] - Takes any frame created by GUIFrame and turns it into a MS-Windows like Explorer window. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=173929 GDIPlus Slider UDF (by Kanashius)] - This UDF can be used to create a slider with an imagebackground and an image to move. | * [https://www.autoitscript.com/forum/index.php?showtopic=173929 GDIPlus Slider UDF (by Kanashius)] - This UDF can be used to create a slider with an imagebackground and an image to move. | ||
Line 249: | Line 263: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=126958 Syslink (by Yashied)] - Provides a convenient way to embed hypertext links in a window. | * [https://www.autoitscript.com/forum/index.php?showtopic=126958 Syslink (by Yashied)] - Provides a convenient way to embed hypertext links in a window. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=105814 Table (by andybiochem)] - Table UDF. | * [https://www.autoitscript.com/forum/index.php?showtopic=105814 Table (by andybiochem)] - Table UDF. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=211024 Toggle Button (by Andreik)] - Create simple toggle buttons. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=125251 TVExplorer (by Yashied)] - Allows to create TreeView (TV) Explorer controls that display a tree of files and folders. | * [https://www.autoitscript.com/forum/index.php?showtopic=125251 TVExplorer (by Yashied)] - Allows to create TreeView (TV) Explorer controls that display a tree of files and folders. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=190659 Virtual Listview (by LarsJ)] - Virtual Listview for large amounts of data with a large number of rows. | * [https://www.autoitscript.com/forum/index.php?showtopic=190659 Virtual Listview (by LarsJ)] - Virtual Listview for large amounts of data with a large number of rows. | ||
Line 271: | Line 286: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=155539 Network configuration (by jguinch)] - Network configuration UDF. | * [https://www.autoitscript.com/forum/index.php?showtopic=155539 Network configuration (by jguinch)] - Network configuration UDF. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=182684 Nitgen (by Jefrey)] - UDF to work with Nitgen fingerprint readers that use NGenBio SDK. | * [https://www.autoitscript.com/forum/index.php?showtopic=182684 Nitgen (by Jefrey)] - UDF to work with Nitgen fingerprint readers that use NGenBio SDK. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=210968 Printer Manager (by Nine)] - Manage printers with winspool.drv DLL. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=155485 Printers management with WMI (by jguinch)] - Allows to manage printers: add/delete printer, driver, port, or obtain configuration, set default printer ... | * [https://www.autoitscript.com/forum/index.php?showtopic=155485 Printers management with WMI (by jguinch)] - Allows to manage printers: add/delete printer, driver, port, or obtain configuration, set default printer ... | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=189190 Serial port UDF / COM port UDF (by MazeM)] - Another UDF for the serial port. It is very similar to CommAPI using kernel32.dll, but all code is packed into a single file without any dependencies. | * [https://www.autoitscript.com/forum/index.php?showtopic=189190 Serial port UDF / COM port UDF (by MazeM)] - Another UDF for the serial port. It is very similar to CommAPI using kernel32.dll, but all code is packed into a single file without any dependencies. | ||
Line 320: | Line 336: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=83529 Big number (by eukalyptus)] - Make calculations with extremely large numbers that AutoIt normally is not able to support. | * [https://www.autoitscript.com/forum/index.php?showtopic=83529 Big number (by eukalyptus)] - Make calculations with extremely large numbers that AutoIt normally is not able to support. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=106551 Decimal To fraction (by Malkey)] - Converts any decimal number to a fraction. Example: 1.2 to 6/5. | * [https://www.autoitscript.com/forum/index.php?showtopic=106551 Decimal To fraction (by Malkey)] - Converts any decimal number to a fraction. Example: 1.2 to 6/5. | ||
* [https://www.autoitscript.com/forum/ | * [https://www.autoitscript.com/forum/index.php?showtopic=162921 Eigen4AutoIt (by RFTC)] - Allows to perform fast matrix operations on large numerical data sets, and much more .... | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=212357 Linear Algebra (by AspirinJunkie)] - BLAS/LAPACK-based Linear Algebra and nonlinear adjustment UDF. | |||
* [https://www.autoitscript.com/forum/index.php?showtopic=140789 MathsEx UDF (by PhoenixXL)] - Functions for Carrying Out More Advanced Mathematical Calculations. | * [https://www.autoitscript.com/forum/index.php?showtopic=140789 MathsEx UDF (by PhoenixXL)] - Functions for Carrying Out More Advanced Mathematical Calculations. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=81189 Number base conversion (by james3mg)] - From, to and between positive bases less than 63 (decimals supported). | * [https://www.autoitscript.com/forum/index.php?showtopic=81189 Number base conversion (by james3mg)] - From, to and between positive bases less than 63 (decimals supported). | ||
Line 328: | Line 345: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=94770 Roman Numerals (by AZJIO)] - Roman Numerals. | * [https://www.autoitscript.com/forum/index.php?showtopic=94770 Roman Numerals (by AZJIO)] - Roman Numerals. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=98160 Root function (by Mat)] - Working out real roots of numbers. | * [https://www.autoitscript.com/forum/index.php?showtopic=98160 Root function (by Mat)] - Working out real roots of numbers. | ||
* [https://www.autoitscript.com/forum/ | * [https://www.autoitscript.com/forum/index.php?showtopic=209527 Stat (by AspirinJunkie)] - Statistics for Autoit. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=163899 StringAPL (by minx)] - inline APL interpreter. | * [https://www.autoitscript.com/forum/index.php?showtopic=163899 StringAPL (by minx)] - inline APL interpreter. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=82722 Trigonometric and math functions (by trancexx)] - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh(). | * [https://www.autoitscript.com/forum/index.php?showtopic=82722 Trigonometric and math functions (by trancexx)] - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh(). | ||
Line 350: | Line 367: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=202987 AutoYolo3 (by smartee)] - Real-Time Object Detection using YOLOv3 wrapper. | * [https://www.autoitscript.com/forum/index.php?showtopic=202987 AutoYolo3 (by smartee)] - Real-Time Object Detection using YOLOv3 wrapper. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=113881 au3Irrlicht2 (by JRowe)] - Combining Irrlicht and AutoIt. | * [https://www.autoitscript.com/forum/index.php?showtopic=113881 au3Irrlicht2 (by JRowe)] - Combining Irrlicht and AutoIt. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic= | * [https://www.autoitscript.com/forum/index.php?showtopic=86748 AVI writing udf (by monoceres)] - Create uncompressed avi's from bitmap files. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=27362 Bitmap Library (by evilertoaster)] - Bitmap Library. | * [https://www.autoitscript.com/forum/index.php?showtopic=27362 Bitmap Library (by evilertoaster)] - Bitmap Library. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=202663 GIF animation (by Nine)] - Fast cached GIF animation. | * [https://www.autoitscript.com/forum/index.php?showtopic=202663 GIF animation (by Nine)] - Fast cached GIF animation. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=150231 GTK+ (by prazetto)] - GTK+ Framework | Widgets. | * [https://www.autoitscript.com/forum/index.php?showtopic=150231 GTK+ (by prazetto)] - GTK+ Framework | Widgets. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=13096 ImageGetInfo (by Lazycat)] - | * [https://www.autoitscript.com/forum/index.php?showtopic=13096 ImageGetInfo (by Lazycat)] - Read info from JPEG, TIFF, BMP, PNG and GIF - size, color depth, resolution. | ||
* [https://www.autoitscript.com/forum/files/file/471-image-search-udf Image Search (by VIP)] - Search for an image on the desktop. | * [https://www.autoitscript.com/forum/files/file/471-image-search-udf Image Search (by VIP)] - Search for an image on the desktop. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=70506 IrrLicht (by A. Percy)] - A 3D graphics engine suitable for creating games. | * [https://www.autoitscript.com/forum/index.php?showtopic=70506 IrrLicht (by A. Percy)] - A 3D graphics engine suitable for creating games. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=160732 OpenCV (by myliseJ)] - UDF for the OpenCV library. | * [https://www.autoitscript.com/forum/index.php?showtopic=160732 OpenCV (by myliseJ)] - UDF for the OpenCV library. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=206432 OpenCV v4+ (by smbape)] - | * [https://www.autoitscript.com/forum/index.php?showtopic=206432 OpenCV v4+ (by smbape)] - OpenCV UDF with support for OpenCV v4+. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=151011 OpenGL (by LarsJ)] - OpenGL without external libraries etc. For JPEG files it also retrieves various Exif information. | * [https://www.autoitscript.com/forum/index.php?showtopic=151011 OpenGL (by LarsJ)] - OpenGL without external libraries etc. For JPEG files it also retrieves various Exif information. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=148129 OpenGL (2.0) (by minx)] - New set of UDFs for OpenGL + AutoIt. | * [https://www.autoitscript.com/forum/index.php?showtopic=148129 OpenGL (2.0) (by minx)] - New set of UDFs for OpenGL + AutoIt. | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=152950 S3D (by Starg)] - Draw simple 3D graphics with GDI+. | |||
===Players=== | ===Players=== | ||
Line 452: | Line 470: | ||
* [https://www.autoitscript.com/forum/index.php?showtopic=163577 Atom Table (by Ascend4nt)] - Store (add, find, delete, and query) strings locally (at program level) or globally (at OS level) with unique numerical identifiers. | * [https://www.autoitscript.com/forum/index.php?showtopic=163577 Atom Table (by Ascend4nt)] - Store (add, find, delete, and query) strings locally (at program level) or globally (at OS level) with unique numerical identifiers. | ||
* [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=211660 BlockInput (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=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=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. |
Latest revision as of 14:59, 21 October 2024
Introduction
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 (386 UDFs on 2024-10-21), 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 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 (mandatory) plus as many predecessors as possible (optional)
- AutoIt: Should support the latest version of AutoIt (mandatory) plus as many predecessors as possible (optional)
- Author: The author should still be active on the forum so he can reply to questions (optional)
What to do when one of your UDFs is missing?
Please send a PM to user water. Add a short description of the UDF and a link to your post in the Example Scripts or Projects and Collaboration forum.
Added in the past two years
Date | Section | Creator | Description |
---|---|---|---|
2024-10-21 | Controls | Nine | Date Range Picker - Date Range Picker Control. |
2024-10-06 | Maths | AspirinJunkie | Linear Algebra - BLAS/LAPACK-based Linear Algebra and nonlinear adjustment UDF. |
2024-03-27 | Script Coding/Analyzing/Debugging | AspirinJunkie | FuzzyString - Fuzzy string comparison and search in string arrays. |
2023-11-14 | Files, Databases and web connections | TheXman | Xml2Json - Transform XML to JSON. |
2023-10-30 | Hardware | Nine | Printer Manager - Manage printers with winspool.drv DLL. |
2023-10-30 | Controls | Andreik | Toggle Button - Create simple toggle buttons. |
2023-10-01 | Encryption and hash | willichan | Enigma - Simple encryption based on the Enigma Machine. |
2023-09-06 | Files, Databases and web connections | willichan | DIF - Read/write DIF (Data Interchange Format) files. |
2023-07-27 | Files, Databases and web connections | AspirinJunkie | xlsxNative - Read and write xlsx files without excel. |
2023-07-27 | OpenOffice/LibreOffice | donnyh13 | LibreOffice Writer - A huge list of functions for LibreOffice Writer. |
2023-02-03 | Graphics and image | Starg | S3D - Draw simple 3D graphics with GDI+. |
2023-01-21 | Files, Databases and web connections | AspirinJunkie | JSON - Interacting with JSON data in AutoIt. |
2023-01-21 | Script Coding/Analyzing/Debugging | AspirinJunkie | Set - Provides a set data type and brings the corresponding mathematical functions. |
2023-01-21 | Maths | AspirinJunkie | Stat - Statistics for Autoit. |
2023-01-21 | Script Coding/Analyzing/Debugging | AspirinJunkie | ArrayPlus - Functions for flexible Array handling (creating, extracting, rebuilding, sorting, filtering, finding, printing). |
2023-01-21 | Script Coding/Analyzing/Debugging | AspirinJunkie | ArrayCombinations - Different ways of composing elements of a set. |
2023-01-04 | Sound | MattyD | MIDI UDF - Wrap of the Windows MIDI functions. |
Automation
Browsers
- Chrome (by seangriffin) - Automate the most common tasks in Chrome with this UDF.
- Firefox (by Stilgar) - A little less support for automation than IE, but still very good.
- Firefox (by Danp2) - Modified newer version of Stilgar Firefox UDF.
- FireFox Profile Backup 1.0 (by careca) - Backup or restore your firefox profile. The application searches for the profile in home drive that will be the one to backup.
- _FF_AutoLogin (by Stilgar) - This is a auto-login function and login-function-generator for FireFox and the FF.au3.
- _FF_DM (by Stilgar) - UDF to control the FireFox Download-Manager (not the download-window).
- _FF_FoxBox (by Stilgar) - UDF to control Fox!Box (A Mozilla Firefox extension for the AVM FRITZ!Box) with FF.au3.
- _FF_Screengrab (by Stilgar) - UDF to control Screengrab! (FireFox-AddOn) with FF.au3.
- _HTML (by Stilgar) - Get informations from any HTML (XML) source, without any browser.
- HTMLDocumentEvents (by SmOke_N) - Track IE document events.
- IEEx (by SmOke_N) - IE extended library with some Javascript options.
- Internet Explorer (by DaleHohm et al.) - IE library that is now supplied with a standard AutoIt install.
- IUIAutomation MS framework (by junkew) - IUIAutomation MS framework to automate chrome, FF, IE etc.
- NavInfo (by Nessie) - With this UDF you can check if a specified browser/software is installed and which version is being used.
- Opera (by MrCreatoR,) - Automate the most common tasks in Opera with this UDF.
- WebDriver (by Danp2) - W3C compliant Webriver UDF.
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.
- Microsoft Office Access (by randallc) - Automate Microsoft Access.
- Microsoft Office Excel (by water et al.) - This UDF is included in AutoIt. Link to the documentation pages.
- Microsoft Office Excel Charts (by water, GreenCan) - Creating charts using Microsoft Excel.
- Microsoft Office Excel Pivot Tables (by SudeepJD) - Create and Update Excel Pivot Tables and Charts.
- Microsoft Office Outlook (Items) (by water) - Automate Microsoft Outlook Items. Link to the documentation pages.
- Microsoft Office Outlook (GUI) (by water) - Automate Microsoft Outlook GUI. Link to the documentation pages.
- Microsoft Office Outlook Tools (by water) - Built on top of the OutlookEX UDF it offers some often needed extended functionality (import/export ics/vcf files etc.). Link to the documentation pages.
- Microsoft Office PowerPoint (by Toady) - Automate Microsoft PowerPoint.
- Microsoft Office PowerPoint (by water) - Automate Microsoft PowerPoint. Link to the documentation pages.
- Microsoft Office Word (by water et al.) - This UDF is included in AutoIt. Link to the documentation pages.
OpenOffice/LibreOffice
- LibreOffice Writer (by donnyh13) - A huge list of functions for LibreOffice Writer.
- OOo/LibO Calc (by GMK) - OpenOfficeCalc UDF (works also for Libre Office).
- OpenOffice/LibreOffice Spell Checker (by GMK) - Function to validate words, and show spell alternatives.
Other Applications
- Active Directory (by water) - Extensive library to control and manipulate the Windows active directory (Download). Link to the documentation pages.
- Java (by seangriffin) - Creates an access bridge between your application and a Java application. Allowing you to automate some Java applications.
- SAP (by seangriffin) - SAP business management automation.
- SAPWizard (by ozmike) - SAPWizard UDF.
Script Coding/Analyzing/Debugging
- ArrayCombinations (by AspirinJunkie) - Different ways of composing elements of a set.
- ArrayMultiColSort (by Melba23) - Function to sort a 2D array on several columns.
- ArrayPlus (by AspirinJunkie) - Functions for flexible Array handling (create, extract, rebuild, sort, filter, find, print)
- ArrayWorkshop (by czardas) - Multidimensional array functions.
- Associative array functions (by Nutster) - Manage a version of associative arrays in single AutoIt variables.
- AutoIt error logger (AUERLO) (by user4157124) - File- and stdout (etc.) output of messages, errors, exit method and -code, etc.
- AutoItObject (by ProgAndy and others) - Brings the Object Orientation programming paradigm to AutoIt.
- AutoIt Syntax Highlight (by MrCreatoR) - Highlights AutoIt v3 syntax code to html/bbcode format.
- cDebug (by c.haslam) - Dumps the values of all AutoIt subtypes and expressions including nested arrays, DLL structs and maps.
- ErrorLog (by mLipok) - Logs program activities and errors to different output locations.
- FuzzyString (by AspirinJunkie) - Fuzzy string comparison and search in string arrays.
- GetOpt (by dany) - Parse GNU and DOS style command line options similar to getopt().
- Log4a (by zorphnog) - Logging library loosely based upon the log4j and NLog libaries.
- Loga (by Danyfirex) - Simple logging library to keep track of code with an integrated console.
- Log UDF (by Yashied) - Create a text log files.
- OnDebugMsgBox (by argumentum) - Catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
- Set (by AspirinJunkie) - Provides a set data type and brings the corresponding mathematical functions.
- Variants and Safearrays (by LarsJ) - Create/access/process Variants and SafeArrays.
Inter Process Communications
- AppInteract (by MrCreatoR) - Reliably pass arrays or other types between processes.
- AutoItSharedData (by SEuBo) - Create a shared data storage, a simple AutoItObject-Object, using AutoItObject_Internal.
- Autoit-Socket-IO (by tarretarretarre) - Event driven TCP/IP wrapper inspired by Socket.IO with focus on user friendliness and long term sustainability.
- Container (by MrCreatoR) - Scripts interaction method. Allows to transfer whole arrays as data, and even COM objects.
- DDEML (by doudou) - Use your AutoIt script as DDE client or server.
- FMIPC (by argumentum) - IPC via FileMapping.
- Interprocess (by JScript) - Remotely execute a function in another script (using Mailslot).
- IPC_IO (by JohnWIlling) - IPC library supporting multiple connection types (such as: Named Pipe, File, TCP, SharedMemory, MailSlot).
- IPC Techniques through ROT Objects (by LarsJ) - Implementing IRunningObjectTable Interface.
- Mailslot (by trancexx) - IPC using Mailslots.
- Overlapped Named Pipe IPC (by Nine) - Very fast interprocess communication that could be used between VBS or AutoIt.
- Pool - Post Office for Organized Labour (by RTFC) - Provides multiple AutoIt processes with an infrastructure for exchanging messages, data, and remote-control instructions.
- WCD IPC (by Nine) - Framework for Inter Process Communication using Windows Messages WM_COPYDATA.
Files, Databases and web connections
- ADO (by mLipok) - A modifed version of the _SQL UDF to access all kind of databases (MSSQL, MySQL, PostgreSQL, SQLite, MS ACCESS, XLS, TXT, and many other which use ADO and ODBC).
- ADODB (by spudw2k) - ADODB Example.
- AXML (by Aipion) - This is a Wrapper for Pugixml, made with C++.
- DBF (by funkey) - dBase database read and write with DLL.
- CSV (by ProgAndy) - Read/write CSV files to/from 2D arrays.
- CSV (by seangriffin) - Manipulate CSV files using SQLite.
- CSVSplit (by czardas) - Convert to and from CSV format.
- DIF (by willichan) - Read/write DIF (Data Interchange Format) files.
- Excel file generation (by jerome) - Excel file generation (multi-sheet workbook) without the need to have Excel installed.
- Excel XML (by FireFox) - Work with SpreadsheetML (Open XML file formats).
- EXml (by jdelaney) - Create Excel file (SpreadsheetML) through "Microsoft.XMLDOM".
- EzMySql (by Yoriz) - Use MySQL Databases with AutoIt.
- _FileGetProperty (by BrewManNH) - Retrieve properties of a file.Xml2Json
- FireBird (by eltorro) - FireBird, Interbase DLL.
- jq (by TheXman) - Brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
- JSON (by AspirinJunkie) - Interacting with JSON data in AutoIt.
- JSON (by Gabriel13) - RFC4627 compliant JSON encode/decode.
- JSON (by Ward) - JSMN - A Non-Strict JSON UDF.
- JSON (by ozmike) - Bridge to Native Windows JSON plus OO extension for AutoIt.
- JSONgen: JSON generator (by Jefrey) - Generate JSON.
- MS SQL (by TheLuBu) - MSSQL.
- MS SQL (by ChrisL) - _SQL. ADODB Connection.
- MySQL (by cdkid) - MySQL relational database management system.
- MySQL (by ProgAndy) - MySQL UDFs (without ODBC - working with libmysql.dll).
- MySQL (by James) - MySQL ODBC Connector.
- romaSQL (rynow) - Built on the concept of Laravel Query & doctrine. Connection string is based on ADODB / ODBC.
- Sharepoint 2007/2010 (by schoppet) - Access the SOAP-Webservices of Sharepoint 2007/2010.
- SQLite (by ptrex) - SQLite is a library that implements a self-contained, embeddable, zero-configuration SQL database engine.
- SQLite Array Functions (by SmOke_N) - SQLite Array Functions - a faster method for unique arrays and sorting methods.
- SQLite - Database (by PhoenixXL) - UDF for SQLite so that beginners will also be able to do the stuff.
- SQLiteEx (by 57ar7up) - SQLiteEx UDF v0.5.1 - Simplest work with SQLite.
- Xbase I/O (by RTFC) - Transfer data between Xbase Data file (*.dbf) and AutoIt array written in pure AutoIt (no SQL, no ADO, no dlls, no external dependencies).
- xlsxNative (by AspirinJunkie) - Read and write xlsx files without excel.
- XML DOM Wrapper (by eltorro) - Supports CRUD operations on XML. Including XSL and XPath.
- XML (by mLipok) - New version of XML DOM Wrapper, with many new features.
- Xml2Json (by TheXman) - Transform XML to JSON.
Data compression
- 7z, zip, gzip, bzip2, tar (by rasim) - Extensive library that uses a external DLL that must be provided with the script.
- gZip (by Zinthose) - Based on the parsing of gZip.exe output. It can work with memory, it doesn't work with files.
- LZMA (by trancexx) - LZMA (Native Windows).
- Package (by Yashied) - Package UDF.
- pZip (by asdf8) - PureZIP_L library UDF.
- UnRAR (by rasim) - UnRAR.
- XZip (by eltorro) - Another UDF for "XStandard XZIP Component".
- XZip (by mLipok) - UDF for "XStandard XZIP Component".
- Zip plugin (by eltorro) - Zip plugin.
- ZIP (by torels) - ZIP UDF in pure AutoIt.
- zip (by wraithdu) - Create ZIP files and unpack ZIP files.
- ZIP (by joakim) - ZIP STRUCTS UDF (from scratch).
- ZLib (by monoceres) - Based on ZLib.dll. It can compress/uncompress data in memory, it doesn't work with files.
Encryption and hash
- _Base64Encode, _Base64Decode (by trancexx) - Fast _Base64Encode, _Base64Decode.
- Base91 and Base128 (by Beege) - Base91 and Base128 functions.
- Codecrypter (by RTFC) - Encrypt scripts without placing the key inside the script.
- Cryptography API: Next Gen (by TheXman) - Microsoft's long-term replacement for their CryptoAPI.
- Enigma (by willichan) - Simple encryption based on the Enigma Machine.
- GDPR (by mLipok) - Functions to encrypt/decrypt strings and files with the GDPR in mind.
- Hashes for files (by trancexx) - Fast RC32, MD4, MD5, SHA1 calculation for big files.
- TrueCrypt (by FuryCell) - TrueCrypt UDFs.
- WinTrust (by kasty) - verify the integrity of a file with its embedded signature or a given catalog.
GUI Additions
- 3D Pie chart (by WideBoyDixon) - 3D Pie chart.
- Chart_UDF (by Kanashius) - This UDF can be used to Display bar charts in a window.
- ContextHelp (by Yashied) - Management of context help (original).
- ExtMsgBox (by Melba23) - A very customisable replacement for MsgBox.
- GUICtrlOnChangeRegister (by Mat) - Call a function when an edits content is changed.
- GUIExtender (by Melba23) - Expand and contract sections of your GUI (original).
- GuiFlatButton (by kurtykurtyboy) - Change colors of regular buttons.
- GUIFrame (by Melba23 & Kip) - Divide a GUI into adjustable frames.
- GUI Panel (by FireFox) - Manage child GUIs as panel ctrls.
- GUI Scrollbars (by Melba23) - Automatically sized scrollbars with a single command.
- MetroGUI (by BBs19) - Windows 10 style buttons, toggles, radios etc.
- Modern tray menu (by Holger) - Allows the creation of modern, fancy GUI and tray menus with icons and colors.
- MTSkin (by Taskms4) - Simply create modern looking GUIs (borderless GUI, Interactive menu panel (with mouse-over detection), a bunch of skins).
- Notifications (by S3cret91) - Display permanent desktop notifications.
- Notify (by Melba23) - Small notifications on the edge of the display.
- Pie chart (by Andreik) - Pie chart.
- Real Vista Aero Glass (by James) - Real Vista Aero Glass UDF - you can apply glass effect to your GUI.
- SetOnEvent (by martin) - Provides an easy way for an event to call functions with parameters.
- _SysTray (by wraithdu) - Get info about and manipulate Systray icons.
- Toast (by Melba23) - Small message GUIs which pop out of the Systray.
- Tray Icon Bar Graph (by BeeGee) - Creates a scrolling bar graph as the tray icon.
- Uskin (by JScript) - Allows you to skin your GUI using the Windows .MSstyles files.
- Wi3SMenu (by NHD) - Create a slide menu with Windows 10 style. Supports color, icon and opacity.
- WinSnap (by Beege) - Automatic Window Alignment by applying that "snappy edge" effect to your GUI.
- XSkin (by Valuater) - Allows skinning of your GUI and to apply custom skins.
Controls
- BrowseForFolder (by MrCreatoR) - Handle SHBrowseForFolderW with more options, such as multi selection (checkboxes), window position, controls text and more.
- Calendar (by jmon) - Calendar UDF.
- ChooseFileFolder (byMelba23) - Single and multiple selections from specified path treeview listing.
- Colorpicker (by Yashied) - Create a button for the user to select a color.
- Date Range Picker (by Nine) - Date Range Picker Control.
- Explorer Frame UDF (by Beege) - Takes any frame created by GUIFrame and turns it into a MS-Windows like Explorer window.
- GDIPlus Slider UDF (by Kanashius) - This UDF can be used to create a slider with an imagebackground and an image to move.
- Graph control (by andybiochem) - Easily create and show bar chart and line charts.
- GraphGDIPlus UDF (by andybiochem) - Easily create and show bar chart and line charts with GDI+ to take advantage of double-buffering.
- GUICtrlCreateFinder (by Mat) - Allows you to create a window finder control like the one seen in AutoIt Window Info.
- GUIHotkey (by Mat) - UDF for using native hotkey controls.
- GUIListViewEx (by Melba23) - Insert, delete, move, drag, sort, edit and colour ListView items.
- GUIPager (by Mat) - Create and control native pager controls.
- GUI/Tray Menu (by Holger, LarsJ, AZJIO) - GUI/Tray Menu with icons and colors.
- GUITreeViewEx (by Melba23) - Check/clear parent and child checkboxes in a TreeView.
- Hotkey input control (by Yashied) - Hotkeys Input Control UDF Library (Non-native).
- ListView Edit UDF (by Kanashius) - This UDF can be used to simply edit an Listview.
- ListView - Explorer like ListView UDF (by Beege) - This UDF simplify creating MS Explorer-like ListViews.
- Marquee (by Melba23) - Make tickertape info bars.
- Predict Text UDF (by PhoenixXL) - Sub classes the edit control and matches the current word through the Database & sets selection in accordance.
- Progressbar new style (by Muzaiyan) - New styles for your progress bar.
- Progressbar with GDIplus (by ProgAndy) - You even can use full textured images.
- RestrictEdit_SRE UDF (by PhoenixXL) - Restrict the text that can be entered in an editbox through a String Regular Expression.
- Ribbon (by trancexx) - UDF for Windows Ribbon framework.
- StringSize (by Melba23) - Automatically size controls to fit the text you want to put in them.
- Syslink (by Yashied) - Provides a convenient way to embed hypertext links in a window.
- Table (by andybiochem) - Table UDF.
- Toggle Button (by Andreik) - Create simple toggle buttons.
- TVExplorer (by Yashied) - Allows to create TreeView (TV) Explorer controls that display a tree of files and folders.
- Virtual Listview (by LarsJ) - Virtual Listview for large amounts of data with a large number of rows.
- Windows Message Monitor (by LarsJ) - Monitor Windows Messages of a window or control.
Hardware
- Battery UDF (by Yashied) - Retrieves a various information and current status of the battery(s).
- BuildPartitionTable (by RTFC) - Scans a physical drive's partition table and returns a partition_table, allocation_table and volumes_table.
- CommAPI (by therealhanuta) - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls).
- Device Management (by weaponx) - Device Management API.
- DirectShow (by monoceres) - DirectShow UDF.
- DirectSound (by eukalyptus) - DirectSound UDF.
- Direct2D (by eukalyptus) - Direct2D UDF.
- Drive Info (by NerdFencer) - Gathers drive info for Hard Drives, Disk Drives, and Floppy Drives.
- FritzBox (by Allow2010) - _FB_Tools - manage your FritzBox from Autoit.
- I/O Port Functions (by Ascend4nt) - Input/Output UDF for interacting with ports (x64 Parallel Port, Keyboard etc.).
- MediaDevice (by Danyfirex) - Transfer files to portable devices like phones, storages.
- Monitor Configuration (by jaberwacky) - Monitor Configuration UDF.
- Mouse (by AlmarM) - AutoIt powered mouse events.
- MouseTrapEvent (by ozmike) - MouseTrapEvent UDF.
- NetInfo (by Nessie) - UDF for test internet download speed and upload speed.
- Network configuration (by jguinch) - Network configuration UDF.
- Nitgen (by Jefrey) - UDF to work with Nitgen fingerprint readers that use NGenBio SDK.
- Printer Manager (by Nine) - Manage printers with winspool.drv DLL.
- Printers management with WMI (by jguinch) - Allows to manage printers: add/delete printer, driver, port, or obtain configuration, set default printer ...
- Serial port UDF / COM port UDF (by MazeM) - Another UDF for the serial port. It is very similar to CommAPI using kernel32.dll, but all code is packed into a single file without any dependencies.
- Serial Port/COM (by martin) - Serial Port /COM Port UDF.
- SMARTDRIVE (by ptrex) - SMART drive Analysis.
- SPI Hardware Interface (by Blinky) - Communicate with the MAX335 chip using the SPI protocol via the LPT (printer) port.
- VISA/GPIB (by Angel) - VISA/GPIB library.
- Webcam (by LIMITER) - Webcam UDF.
- Webcam (by ludocus) - Webcam UDF.
- WiFi (by MattyD) - Low level control over your wireless LAN.
Information gathering
- Computer information (by JSThePatriot) - A general purpose library to get various details about a Windows machine.
- NetworkStatistics (by Ascend4nt) - Network Interface Info, Statistics, and Traffic.
- WinPcap (by JRSmile) - Wrapper for the windows packet capture library WinPcap.
- WinPcap (by Nicolas Ricquemaque) - A library to access the main functionalities offered by the WinPcap driver.
Internet protocol suite
- cURLX64 (by Beege) - cURL UDF with x64 support.
- cURL (by seangriffin) - A UDF for transferring data with URL syntax.
- HTTP lib (by Jefrey) - HTTP lib (GET, POST and upload) UDF to simplify HTTP requests, mainly when dealing about POST data or file uploads.
- HttpApi (by TheXman) - HTTP Server API enables applications to communicate over HTTP without using MS Internet Information Server (IIS).
- IMAP (by mikeytown2) - IMAP.
- IMAP4 (by Tipulatoid) - IMAP4 UDF.
- IRC (by McGod) - A lightweight library for communicating with IRC servers.
- IRC (by rcmaehl) - IRC UDF - Updated Version of Chips' IRC UDF.
- POP3 (by Apzo) - POP3 library for retrieving email messages. Not compatible with Gmail because it uses SSL.
- POP3 (by mLipok) - POP3 UDF According to the 1939 RFC, modified version with Quoted Printable decoder.
- Prowl (by mrflibblehat) - Push notifications to iPhone, iPod touch or iPad using Prowl (Growl client for iOS).
- SFTP (by Lupo73) - UDF to support SFTP protocol using PSFTP.
- Socket UDF (by funkey) - Socket UDF.
- SMTP (by Jos) - Smtp Mailer That Supports Html And Attachments.
- SMTP Mailer UDF (by mLipok) - Smtp Mailer That Supports Html And Attachments - Modified Version with support to save EML files.
- SNMP (by enaiman) - SNMP_UDF for SNMPv1 and SNMPv2c.
- SNMP - MIB protocol (by ptrex) - Reading toner status from SNMP device with WMI.
- SSH (by jeanphile) - Use the SSH protocol very easily in your code.
- STUN (by j0kky) - STUN is a protocol that permits you to know your external IP but, more interesting, your external port associated to your internal port.
- SyslogSend (by Irios) - This allows sending (BSD) messages to a syslog server using UDP.
- TCPServer (by Jefrey) - Multi client, event-based, able to bind console app to socket.
- UPnP Protocol (by ptrex) - UPnP - Read and Control your devices in side out.
- WinHTTP (by trancexx) - Access the HTTP protocol for creating GET and POST requests and submitting them with conforming standards, cookies not supported.
- WinInet (by -Ultima-) - Access standard Internet protocols (FTP, Gopher and HTTP). Supports GET/POST requests and cookies.
- Winsock (by j0kky) - Create client/server application using native winsock functions.
- WSA_NBTCP (by ripdad) - Windows Sockets API - Non-Blocking Transmission Control Protocol.
Maths
- Advanced Math UDF (by scintilla4evr) - Advanced mathematical functions (primes, number sequences, interpolate, calculate values of functions like Riemann zeta etc.).
- Advanced rounding (by Mat) - Support for different measures of accuracy and 8 ways to resolve tie breaks.
- Big number (by eukalyptus) - Make calculations with extremely large numbers that AutoIt normally is not able to support.
- Decimal To fraction (by Malkey) - Converts any decimal number to a fraction. Example: 1.2 to 6/5.
- Eigen4AutoIt (by RFTC) - Allows to perform fast matrix operations on large numerical data sets, and much more ....
- Linear Algebra (by AspirinJunkie) - BLAS/LAPACK-based Linear Algebra and nonlinear adjustment UDF.
- MathsEx UDF (by PhoenixXL) - Functions for Carrying Out More Advanced Mathematical Calculations.
- Number base conversion (by james3mg) - From, to and between positive bases less than 63 (decimals supported).
- NumToWord (by Mat) - Convert numerals to a human readable string.
- Polynomials (by Mat) - Functions for using polynomials.
- Primes (by jennico) - Many functions dealing with prime number generation and calculations.
- Roman Numerals (by AZJIO) - Roman Numerals.
- Root function (by Mat) - Working out real roots of numbers.
- Stat (by AspirinJunkie) - Statistics for Autoit.
- StringAPL (by minx) - inline APL interpreter.
- Trigonometric and math functions (by trancexx) - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh().
Media
- FreeImage library (by ProgAndy) - Various operations on images, such as rotate, resize, flip.
- HtmlHelp (by Geodetic) - HtmlHelp functions for context-sensitive help from CHM (compiled HTML) files.
- HyperCam (by seangriffin) - HyperCam (Screen Recording) UDF.
- HyCam2 (by willichan) - Automation for HyCam2 screen recording utility.
- OCR (by ptrex) - Real OCR in AU3 - MODI with MS Office 2003.
- OCR (by seangriffin) - Tesseract (Screen OCR) UDF.
- OCRSpace (by MrKm) - Convert Images to text with the OCRSpace API.
- Printer controller (by martin) - Print text in any font, size and colour at any position on the page, draw lines, curves, elipses, pies in any colour, and print images.
- Printing (by GRS) - Printing from AutoIt.
- QRCreator (by BugFix) - Simple QR-code creation.
- RTF_Printer (by mLipok) - Printing RichEdit in the background.
- Simple DirectMedia Layer (by AdmiralClaws) - Adds support for joysticks, CDs, 2D graphics, timers. See SDL website for more information.
- UWPOCR (by Danyfirex) - Universal Windows Platform Optical Character Recognition API.
Graphics and image
- AutoYolo3 (by smartee) - Real-Time Object Detection using YOLOv3 wrapper.
- au3Irrlicht2 (by JRowe) - Combining Irrlicht and AutoIt.
- AVI writing udf (by monoceres) - Create uncompressed avi's from bitmap files.
- Bitmap Library (by evilertoaster) - Bitmap Library.
- GIF animation (by Nine) - Fast cached GIF animation.
- GTK+ (by prazetto) - GTK+ Framework | Widgets.
- ImageGetInfo (by Lazycat) - Read info from JPEG, TIFF, BMP, PNG and GIF - size, color depth, resolution.
- Image Search (by VIP) - Search for an image on the desktop.
- IrrLicht (by A. Percy) - A 3D graphics engine suitable for creating games.
- OpenCV (by myliseJ) - UDF for the OpenCV library.
- OpenCV v4+ (by smbape) - OpenCV UDF with support for OpenCV v4+.
- OpenGL (by LarsJ) - OpenGL without external libraries etc. For JPEG files it also retrieves various Exif information.
- OpenGL (2.0) (by minx) - New set of UDFs for OpenGL + AutoIt.
- S3D (by Starg) - Draw simple 3D graphics with GDI+.
Players
- VLC (by seangriffin) - VLC (Media Player) UDF.
- VLC Media Player (by ptrex) - VLC Media Player.
- WMP (by ConsultingJoe) - Windows Media Player UDF.
- WMP - Media Controls (by CFire) - Another Windows Media Player UDF.
- WMP - GUI Control (by SudeepJD) - IE based WMP Control.
Sound
- BASS Function Library (by BrettF) - Sound and Music via wrappers for Bass, BassEnc, Bass FX, BassSFX, BassAsio and BassCd DLLs.
- libZPlay (by Danyfirex) - Multimedia library for playing mp3, mp2, mp1, ogg, flac, ac3, aac, oga, wav and pcm files and streams.
- MIDI (by eynstyne) - MIDI UDF.
- MIDI (by MattyD) - Wrap of the Windows MIDI functions.
- SAPIListBox (by seangriffin) - SAPIListBox (Speech Recognition) UDF.
- TTS (by Beege) - Text-to-Speech UDF.
- Acrobat Reader - ActiveX Viewer (by mLipok) - Make your own PDF Viewer GUI with Acrobat Reader ActiveX COM Object "AcroPDF.PDF.1".
- Debenu PDF Viewer SDK (by mLipok) - A collection of functions to display PDF files in your applications using Debenu PDF Viewer SDK.
- Debenu Quick PDF Library (by mLipok) - A collection of functions for Debenu Quick PDF Library.
- FoxIt Reader (by ptrex) - PDF Reader in AU3.
- MPDF (by taietel) - Create PDF from your application.
- PDFCreator (by ptrex) - Automation of PDFCreator allows you to create and manipulate PDF files.
- PDFCreator (by mLipok) - UDF for PDFCreator v1.x.x with working EVENTs Handler.
- _StringToPDF (by Tam0r) - Write a string to a PDF file and specify font size, type etc.
Security
- Firewall (by JLogan3o13) - Control and manipulate the Windows Firewall (enable/disable, Exclusions list, enable/disable ports etc.).
- Firewall policy2 (by Bilgus)- Provides access to the firewall policy for Windows Vista+.
- VirusTotal (by Danyfirex) - VirusTotal API 2.0 UDF.
Social Media and other Website API
- Cex.io (by AquilesCrespo) - UDF script for using with the web api from https://cex.io/ server.
- CrowdinAPI (by mLipok) - Uses the crowdin.net website API for some functions (create projects, add and update files, download translations or integrate localization).
- Dropbox authenticator (by Gimerly) - Dropbox authenticator.
- Easypost (by dcat127) - Print USPS Postage Labels.
- eBay (by seangriffin) - eBay UDF (functions GetItemStatus and GetSingleItem from the "Shopping API").
- Gmail (by PhoenixXL) - Remote Gmail (UDF).
- Gmail API (by Ascer) - Automate communication with Gmail using oAuth 2.0 security.
- Google Functions (by Beege) - Google Functions (Suggestions, Definitions, Translate, Convert).
- Google Maps (by seangriffin) - Google Maps UDF.
- iTunes (by torels) - iTunes UDF.
- iTunes (by Beege) - Another iTunes UDF.
- No-IP (by Nessie) - Simply update your no-ip hostname(s) and retrieve the ip address of an no-ip address.
- oAuth (by Ascer) - Open standard for access delegation, commonly used to grant websites or applications access to other websites.
- PasteBin (by mrflibblehat) - Pastebin UDF.
- Skype (by FireFox) - Skype4COM provides an ActiveX interface to the Skype API.
- Teamspeak 3 (by chipDE) - Teamspeak 3 UDF.
- TeamViewer API (by mLipok) - A collection of function for use with TeamViewer API.
- Telegram Bot (by LinkOut) - UDF for Telegram messenger API.
- TVmaze.com API (by BBs19) - TVmaze.com API UDF (TV-Series).
- Twitter (by seangriffin) - Manage Twitter.
- Yahoo Weather (by Nessie) - Yahoo Weather API.
- Youtube Uploader (by BrettF) - AYTU - AutoIt Youtube Uploader.
Windows
- ACL (by ptrex) - Set ACL on windows Objects.
- ACL (by FredAl) - Do most everything with the DACL and ownership on all types of objects: Files or folders, Registry keys, services, Kernel and WMI objects, etc.
- BITS (by DonChunior) - Background Intelligent Transfer Service to download files from or upload files to HTTP web servers and SMB file shares.
- CertUtil (by mLipok) - Wrapper for windows certutil.exe (command-line program that is installed in Windows as part of Certificate Services).
- FileSystemMonitor (by seangriffin) - Monitors the file system by recording all file system events occurring within a given path.
- ITaskBarList (by Beege) - ITaskBarList UDF.
- Local account (by engine) - Manage local accounts.
- Magnifier Functions (by Ascend4nt) - Exposes most of the useful Magnifier API functions available since Windows Vista.
- Registry (by engine) - Windows Registry UDFs.
- Registry (by seanhart) - RegWriteAllUsers / RegDeleteAllUsers.
- Service (by arcker) - Build your own service with AutoIt code.
- Startup (by guinness) - Create Startup entries in the Startup Folder or Registry.
- SCCM (by JLogan3o13) - Systems Center Configuration Manager Library.
- System restore (by FredAI) - System restore UDF.
- SubstWrapper (by mLipok) - Wrapper for windows subst.exe command - (Associates a path with a drive letter).
- Taskplanner/Taskscheduler COM (by Allow2010) - an UDF for using the Windows Taskplaner / Task Scheduler.
- Task Scheduler (by dbzfanatic) - Task Scheduler UDF.
- TaskScheduler (by water) - Brushed up Task Scheduler UDF. Link to the documentation pages.
- TTS (by Kanashius) - Used with SAPI Automation Object - text-to-speech (TTS) engine.
- UAC (by AdamUL) - User Account Control (UAC) UDF.
- Utter (by Surya) - Utilizing more of SAPI (Speech Recognition UDF).
- WIMGAPI (by Homes32) - Manipulate Windows Image Files (.wim) without ImageX.exe.
- Windows Events (by Emperor) - Create your own Windows events.
- Windows Service Control functions (by SumTingWong) - Some limited functions to control services (create, start, stop, delete, check ...).
- Windows Services (by engine) - Windows Services UDF.
- WRMF (by Luigi) - WRMF - Windows Registry Monitor Call Function.
Misc
- _AdlibEnhance (by JScript) - Enhance Adlib to call functions with parameters, pause and resume.
- Android (by Moriba) - Control any Android device.
- Animated tray icons (by Yashied) - Make animated tray icons easily.
- Atom Table (by Ascend4nt) - Store (add, find, delete, and query) strings locally (at program level) or globally (at OS level) with unique numerical identifiers.
- Barcode generators (by willichan) - Creates a Code128A/B/C or Creates a Code39 or Code39Extended optimized barcode from supplied data.
- BlockInput (by Nine) - Block all input coming from mouse and/or keyboard, without having an UAC warning displayed.
- BlockInputEx (by MrCreatoR) - Supports a few features that built-in BlockInput() function does not.
- Clipboard (by eltorro) - When apps need to watch the clipboard.
- ClipboardEx (by ozmike) - Allows to have more than 1 item in the Clipboard. Handles all data types, not just text.
- Clipboard History (by wraithdu) - Save and restore the entire clipboard contents. Inspired by AHK's ClipboardAll.
- CmdLine (by Jefrey) - Collection of functions to parse command line arguments.
- Console (by Shaggi) - Functions and features to work wiht Console input/output.
- Copy (by Yashied) - Copy or move files and directories without suspending your script. Retrieve the current state (copied bytes, error code etc.) while copying.
- Date / Time convert (by Melba23) - Transform date/time formats.
- _DLLStructDisplay (by Ascend4nt) - Show Struct in ListView.
- _FileGetMimeType (by Wiliat87) - Retrieve MIME types based on the extension of the filename/filepath/URL provided.
- File locking with cooperative semaphores (by willichan) - Simple file locking without a server.
- FindMimeFromData (by twbradio) - FindMimeFromData using urlmon.dll.
- Font Icon (by J2TeaM) - Use Font Awesome in your AutoIt project.
- HotString (by jvanegmond) - Similar to the HotKey function but trigger on a string, instead of a key or key combination.
- LASM - Light Assembler (by minxomat) - Inline UDF for an Assembler.
- LFN (by orbs) - Overcome MAX_PATH limit of 256 chars.
- Link Grammar for AutoIt (by JRowe) - Input is a regular sentence in English, German or Italian, output is a pattern parsed from the structure of the sentence.
- MRU (by Yashied) - Most Recently Used (MRU) List Automation functions.
- _Multiprocess (by jguinch) - Run several external programs at the same time and retrieve the exit code of each process.
- .NET Common Language Runtime (CLR) Framework (by Danyfirex, Junkew, Larsj, ptrex, Trancexx) - Allows AutoIt to access .NET Class Libraries.
- NoFocusLines (by Melba23) - Remove the dotted focus lines from buttons, sliders, radios and checkboxes.
- NotifyIcon (by FireFox) - Create, delete and manage self notify icons (formerly TrayIconEx).
- PixelGetColor (by Manadar) - Get or Read Pixel from memory.
- RDC (by Yashied) - ReadDirectoryChanges Wrapper.
- Resources (by Zedna) - Embed any binary data into your AutoIt compiled EXE files.
- ResourcesEx (by guinness) - Up to date version of Zedna's Resources UDF.
- Restart (by Yashied) - Allows to restart a script from any location with full restoration of the original command line parameters.
- SciLexer (by Kip) - Editing control, supports multiple editors.
- ScriptEditor (by pandel) - ScriptEditor with I18N support and customizable lexer completely written in AutoIt (based on SciLexer).
- Spell Checker (by iCode) - Spell Checker functions to call Hunspell, Hyphenate and MyThes.
- Synology filestation (by nend) - Functions to interact with a Synology NAS server.
- TimeConvert (by orbs) - Convert UTC to/from local time, and/or reformat the string representation.