Atbswp, a Minimalist Macro Recorder

栏目: IT技术 · 发布时间: 4年前

内容简介:The rest of this post discusses what atbswp is, why it was built, and miscellaneous things related to the project.atbswp is the result of frustration with tinytask which is not available natively on Unix like systems. With tinytask being discontinued now,

Announcing atbswp, a minimalist macro recorder

RMPR

atbswp : Automate The Boring Stuff With Python (yes like the book) is a multi platform, open source clone of tinytask, and for those who don't know it, the core feature of the software is to allow the users to record their mouse and keyboard actions and reproduce them identically as many times as they want.

atbswp quick demo

atbswp

The rest of this post discusses what atbswp is, why it was built, and miscellaneous things related to the project.

About atbswp

atbswp is the result of frustration with tinytask which is not available natively on Unix like systems. With tinytask being discontinued now, the position shifted from multiplatform, FOSS clone, to only alternative. The most important thing about atbswp is avoiding feature creep, the software is pretty simple as it and we want to keep it that way.

Initial Features

Many features of tinytask are already present in the current pre-alpha version of atbswp, the one that have not been yet replicated are compile to an executable for the host platform and set a replay speed, which are on the roadmap and will be the main focus for the next development. Behind the scenes, atbswp uses a Python file so the power users can always modify it to their taste.

Libraries used

Final words

atbswp is pretty usable as it is. Although this is a pre-alpha release, it's stable enough to be used daily, I use it to automate various task and almost all of my demos.

If you want up to date news about atbswp, follow me on Twitter to be notified about releases and blog posts like this, or you can join the community on Telegram , atbswp's source code is available on Github, you can try it now.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

STL源码剖析

STL源码剖析

侯捷 / 华中科技大学出版社 / 2002-6 / 68.00元

学习编程的人都知道,阅读、剖析名家代码乃是提高水平的捷径。源码之前,了无秘密。大师们的缜密思维、经验结晶、技术思路、独到风格,都原原本本体现在源码之中。 这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术......一起来看看 《STL源码剖析》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具