Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucascompython/auto-spammer

A Visual Programming Tool for creating keyboard and mouse macros.
https://github.com/lucascompython/auto-spammer

astro macros rust svelte tauri typescript visual-programming visual-scripting

Last synced: about 1 month ago
JSON representation

A Visual Programming Tool for creating keyboard and mouse macros.

Awesome Lists containing this project

README

        

# Auto Spammer

A Crossplatform Visual Programming/Scripting App for keyboard and mouse macros

## How to build

+ Install tauri-cli 2.0
+ Install bun

Optional

+ Install nightly rust toolchain for binary size optimizations
+ Install upx for compression
+ On linux for reading the memory usage install the GNU time command
+ Install the mold linker if you wish to use it

```bash
git clone https://github.com/lucascompython/auto-spammer
cd auto-spammer
./make.py --help
```