Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.6 KB

README.md

File metadata and controls

61 lines (41 loc) · 2.6 KB

Created by @HashSlayer

                              _______  _______ _     _ _______ 
                             |       ||       | | _ | |       |
                             |   _   ||  _____|  |  | |  _____|
                             |  | |  || |_____|     || |_____ 
                             |  |_|  ||_____  |     ||_____  |
                             |       | _____| |     | _____| |
                             |_______||_______|_____||_______|
                                Open Source Workspace Suite

OSWS ("Open Source Workspace Suite")

A powerful Python-based automation and education tool designed to make computer tasks easier while teaching programming concepts.

🤖 Features

  • Computer task automation
  • Python programming education
  • Interactive learning environment
  • User-friendly interfaces, learn how to use Tkinter

🚀 Getting Started

Prerequisites

  • Python
  • Tkinter library

Installation

  1. Clone the repository
  2. 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.

Developer Setup

  1. Install Python 3.10
  2. Clone/download this repository
  3. Open the project folder in your IDE of choice (Visual Studio Code recommended)
  4. install the depedencies pip install -r requirements.txt
  5. Run the files locally, or from your terminal

User Interface

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,

Human-like Mouse Movement

OSWS uses altered Bezier curves to create smooth, human-like mouse movements; and random pauses, stops, and occasional mistakes with path correct.