_______ _______ _ _ _______
| || | | _ | | |
| _ || _____| | | | _____|
| | | || |_____| || |_____
| |_| ||_____ | ||_____ |
| | _____| | | _____| |
|_______||_______|_____||_______|
Open Source Workspace Suite
A powerful Python-based automation and education tool designed to make computer tasks easier while teaching programming concepts.
- Computer task automation
- Python programming education
- Interactive learning environment
- User-friendly interfaces, learn how to use Tkinter
- Python
- Tkinter library
- Clone the repository
- Star the repository
Welcome to Old School Walk Scape, a fun interactive way to learn Python. This guide uses a 2007 point-click game to learn Python. The concepts can be applied to other games or automative tasks. This guide will not cover computer science concepts, complex algorithms, or complex automation. We will avoid using complex libraries such as color bots.
OSWS; OSRS scripting bot for various skills. Created to improve GUI automation, made for educational purposes
Welcome to Mekail The Machine's basic OSRS skilling and computer automation scripting kit using python.
It was optimized to run on a screen with 1920 x 1080 resolution, features to translate coordiantes manullay have been deprecated. The script is safe to use on Linux, MacOS, and Windows.
Make sure to open this folder in the terminal any type pip install -r requirements.txt after succesfully installing python. From there run any file with bot logic by double clicking the file, or running it through an IDE.
- Install Python 3.10
- Clone/download this repository
- Open the project folder in your IDE of choice (Visual Studio Code recommended)
- install the depedencies pip install -r requirements.txt
- Run the files locally, or from your terminal
OSWS uses Tkinter to display a GUI in many scripts to handle automation processes, and visual command logging to track progress, as well as confetti to celebrate events,
OSWS uses altered Bezier curves to create smooth, human-like mouse movements; and random pauses, stops, and occasional mistakes with path correct.