Arsen is a Python-based autoclicker and macro manager. Built with PySide6, it provides a fast and efficient desktop automation experience on Windows with a clean, modern interface.
Arsen allows precise control of mouse and keyboard actions, making it suitable for repetitive tasks, UI testing, data entry automation, and workflow optimization.
Script for OpenOffice/LibreOffice to convert tables to Latex-Code
UPDATE: The project was moved to github (https://github.com/schober-ch/calc2booktab). The soruceforge page won't get any bugfixes, please use the github repo if you want to try this macro.
--------------------------------------------------------------------------
A Python extension for OpenOffice/LibreOffice to convert selected cells to LaTeX-Code. Its similar to Calc2Latex, but typographic formatting is more advanced (numeric columns, dcolumn-package, booktab-package)
Script is...