All Projects → RMPR → Atbswp

RMPR / Atbswp

Licence: gpl-3.0
A minimalist macro recorder

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Atbswp

Pyface
pyface: traits-capable windowing framework
Stars: ✭ 71 (-80.33%)
Mutual labels:  wxpython
thotkeeper
ThotKeeper — cross-platform personal daily journaling
Stars: ✭ 28 (-92.24%)
Mutual labels:  wxpython
esphome-flasher
Simple GUI tool to flash ESPs over USB
Stars: ✭ 619 (+71.47%)
Mutual labels:  wxpython
Pyfa
Python fitting assistant, cross-platform fitting tool for EVE Online
Stars: ✭ 1,204 (+233.52%)
Mutual labels:  wxpython
Wxpython
Python GUI programming examples
Stars: ✭ 244 (-32.41%)
Mutual labels:  wxpython
wxasync
asyncio support for wxpython
Stars: ✭ 65 (-81.99%)
Mutual labels:  wxpython
Nodemcu Pyflasher
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
Stars: ✭ 948 (+162.6%)
Mutual labels:  wxpython
dicomsort
DICOM sorting utility
Stars: ✭ 25 (-93.07%)
Mutual labels:  wxpython
Videomass
Videomass is a free, open source and cross-platform GUI for FFmpeg and youtube-dl / yt-dlp
Stars: ✭ 451 (+24.93%)
Mutual labels:  wxpython
CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-94.46%)
Mutual labels:  wxpython
Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Stars: ✭ 1,698 (+370.36%)
Mutual labels:  wxpython
Dicompyler
Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
Stars: ✭ 195 (-45.98%)
Mutual labels:  wxpython
Noethys
Noethys, le logiciel de gestion multi-activités
Stars: ✭ 26 (-92.8%)
Mutual labels:  wxpython
Winpdb
Fork of the official winpdb with improvements
Stars: ✭ 75 (-79.22%)
Mutual labels:  wxpython
Gimel-Studio
Old repo of the node-based image editor. See https://github.com/GimelStudio/GimelStudio for the next generation of Gimel Studio 🚀
Stars: ✭ 55 (-84.76%)
Mutual labels:  wxpython
Wxpython Examples
Source code examples from the ZetCode's wxPython tutorial
Stars: ✭ 60 (-83.38%)
Mutual labels:  wxpython
PySimpleGUI
Launched in 2018. It's 2022 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive d…
Stars: ✭ 10,846 (+2904.43%)
Mutual labels:  wxpython
Crypter
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
Stars: ✭ 268 (-25.76%)
Mutual labels:  wxpython
pytips
Python Tips contains code snippets that will help you learn Python
Stars: ✭ 179 (-50.42%)
Mutual labels:  wxpython
OOMMFTools
OOMMFTools is a set of utilities designed to assist OOMMF postprocessing
Stars: ✭ 15 (-95.84%)
Mutual labels:  wxpython

Atbswp

Logo

Literally Automate the boring stuff with Python, allows the user to record his mouse and keyboard actions and reproduce them identically as many times as he wants.

Install instructions

Download

You can download and run the installer/archive for your operating system (currently Windows and Linux) from here

From source

Fedora

git clone https://github.com/RMPR/atbswp.git && cd atbswp
sudo dnf install python3-wxpython4
make prepare-dev
make run

Debian

sudo apt install git python3-dev python3-tk python3-setuptools python3-wheel python3-pip python3-wxgtk4.0
git clone https://github.com/RMPR/atbswp.git && cd atbswp
python3 -m pip install pyautogui pynput --user
python3 atbswp/atbswp.py

Manjaro/Arch

sudo pacman -S tk python-wxpython
python3 -m pip install pyautogui pynput --user
git clone https://github.com/RMPR/atbswp.git && cd atbswp
python3 atbswp/atbswp.py

Windows

git clone https://github.com/rmpr/atbswp
cd atbswp\
pip install wxPython pyautogui pynput
python atbswp\atbswp.py

Demo

atbswp quick demo

Use cases

I've mainly used it to automate gold/point/XP farming in games, I think this can also be used to:

  • Automate a demo during a conference for example
  • Automate UAT in the devops process (as long as you're making something with a GUI).

If you use it for something really cool you can always reach me at github (at) rmpr (dot) xyz or drop a PR :). Bonus points if you have a demo video.

Donate

Buy me a coffee

If you found this helpful in any way.

Contributions

Contributions are welcomed, see CONTRIBUTING.md

Known issues

On Linux, this only works with Xorg, with wayland support coming soon, for now you have to enable Xorg.

sudo sed 's/#WaylandEnable=false/WaylandEnable=false/' /etc/gdm/custom.conf -i # on Gnome

Join us

To keep up with the latest news about atbswp you can reach us on this telegram channel we will post important news and periodically runs polls to keep the users feedback.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].