Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SL
Posts
14
Comments
0
Joined
1 yr. ago
Programming @programming.dev
slyuser @lemmy.ml

Krunker Aimbot with Yolov8 and Roboflow datasets!

Python @sh.itjust.works
slyuser @lemmy.ml

Krunker Aimbot with Yolov8 and Roboflow datasets!

Python @programming.dev
slyuser @lemmy.ml

Krunker Aimbot with Yolov8 and Roboflow datasets!

www.slyautomation.com Krunker Aimbot with Yolov8 and Roboflow

Krunker Aimbot Introduction Welcome, fellow computer vision enthusiasts! My name is slyautomation, and I’m excited to take you through this comprehensive tutorial on training an Krunker Aimbot using YOLOv8, the cutting-edge object detection algorithm developed by Ultralytics. Object detection is a c...

Krunker Aimbot with Yolov8 and Roboflow
Python @sh.itjust.works
slyuser @lemmy.ml

dht11 sensor with arduino

Python @programming.dev
slyuser @lemmy.ml

dht11 sensor with arduino

Python @programming.dev
slyuser @lemmy.ml

Convert HEIC to JPG

Arduino @programming.dev
slyuser @lemmy.ml

arduino int to string

Arduino @programming.dev
slyuser @lemmy.ml

char array arduino

Python @programming.dev
slyuser @lemmy.ml

YOLOv8 Aimbot with Ultralytics and Roboflow

This is slyautomation and I am thrilled to welcome you to this in-depth tutorial where we will unravel the intricacies of training an aimbot using the cutting-edge YOLOv8.

Python @programming.dev
slyuser @lemmy.ml

Dice Roller with Python using either tkinter or streamlit

www.slyautomation.com Dice Roller with Python

In this tutorial, we’ll walk through the process of creating a simple dice roller application using Python’s Tkinter library. Tkinter is a popular GUI (Graphical User Interface) toolkit for Python that allows us to create windows, dialogs, and other graphical components for our applications. We’ll a...

Dice Roller with Python

the code on the website is javascript here it is, make sure to create dice images for it to work (e.g dice1.png):

 undefined
    
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dice Roller</title>
<style>
    body {
        font-family: Arial, sans-serif;
    }
    #result-frame {
        margin-top: 20px;
    }
</style>
</head>
<body>
<h2>Dice Roller</h2>
<label for="num-dice">Choose Number of Dice:</label><br><br>
<select id="num-dice">
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    <option value="4">4</option>
    <option value="5">5</option>
    <option value="6">6</option>
    <option value="7">7</option>
</select>
<button onclick="rollDice()">Roll</button>
<div id="result-frame"></div>

<script>
function rollDice() {
    var numDice = parseInt(document.getElementById('num-dice').value);
    var resultFrame = document.getElementById('result-fr
  
Python @lemmy.ml
slyuser @lemmy.ml

Python IDLE: A Comprehensive Guide for Beginners

Unleash Your Python Potential with Python IDLE: The Ultimate Beginner's Guide! From Installation Hacks to Secret Debugging Tricks, Master Python IDLE in Minutes! 💻🚀 #Python #Programming #BeginnerGuide

Python @lemmy.ml
slyuser @lemmy.ml

Coding a Python Program for Mm to Inches Conversion

Developed a script to perform mm to inches conversions, which was conveniently transformed into a web app using Streamlit.

Arduino @lemmy.ml
slyuser @lemmy.ml

Aimbot in AimLab Using Arduino Leonardo

www.slyautomation.com Arduino IDE: Aimbot in AimLab Using Arduino Leonardo

We can use Arduino IDE to Improve on the last article: How to Create an Easy Color Detection Bot: A Step-by-Step Guide! Want the Arduino IDE code for the arduino aimbot? Click Here The quest for precision and efficiency in aimbotting with color has reached new heights with the integration of Arduino...

Arduino IDE: Aimbot in AimLab Using Arduino Leonardo

Hey Made a script to aimbot in aimlab just to challenge myself with learning opencv and color detection. Feel free to use code for your own similar projects!

Java™ Community @lemmy.ml
slyuser @lemmy.ml

Osrs Plugin Runelite Development: PvP Helper – Part 1

PvP (Player versus Player) plugin using the RuneLite API. The development is presented in a tutorial format, and this Part 1 of the guide