A tool to assist in code raiding in rust

Related tags

MiscellaneousKodelock
Overview

Kodelock

a tool to assist in code raiding in rust

This tool is designed to be used on a second monitor.

This tools will allow you to see a easily readable code to put in when code raiding and it allows you to go forwards and backwards without left and right arrows so you don't have to quench your eyes to see the code you were at in that .txt file and you don't even need to tab out! It has a feature to "start from" whichever line you wish to, so if there is multiple people using this tool at once it is possible to coordinate who will be using codes from what line eg. 1st person from 0-300 2nd from 300-600 and so on.

To launch this tool you will need python3 and you will need to install 2 libraries for it.

How to install: (If you have erros go all the way to the bottom to find a solution)

  1. Download python3 and install it: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe
  2. Continue the install on default settings unless you personally wish to change something.
  3. When installed search python in your search bar and open a python command promp to check if it's install properly.
  4. After that search up cmd and open it. In it you will write: pip install pillow pynput
  5. When you're done installing(It should only take about 5sec) open the Kodelock.py or Launch.bat file to launch

Alternativley you could open command prompt cd into the directory of Kodelock and launch it directly with python Kodelock.py

In case something isn't working for you and you've followed the instructions message me on discord ITzViks#7482 preview

I'm pretty sure rust doesn't even work on linux but if you're using linux you need to install the following:

sudo apt-get install python3-pil.imagetk

sudo apt-get install python3-tk

sudo apt-get install python3-pip

pip install pynput

.

.

.

.

.

If you're having issuses with pip dropping erros like not found externally or internally or something along those lines do the following:

  1. Search cmd and open it
  2. Type: setx PATH %PATH%;C:\Python310/Scripts and press enter

If you don't get a confirmation message "Save draft" (something along those lines) Change the path like this:

  1. Open cmd and type setx PATH %PATH%;
  2. Search python and right click python 3.10 or whichever version you have installed and open file location
  3. Once opened it should llead you to a folder with 4 files right click "Python3.10 (64-bit) open file location again
  4. Now open the Scripts folder and copy the path. (This is a path) scripts

NOTE: I have python 3.9 installed yours should be 3.10 but as long as it's a 3.X it'll work

  1. Once copied put that on setx PATH %PATH%;C: so it should look like this setx PATH %PATH%;C:{Path you copied}
  2. Press Enter (You might have to give it a minute after the draft completes)
A python program with an Objective-C GUI for building and booting OpenCore on both legacy and modern Macs

A python program with an Objective-C GUI for building and booting OpenCore on both legacy and modern Macs, see our in-depth Guide for more information.

dortania 4.7k Jan 02, 2023
Py4J enables Python programs to dynamically access arbitrary Java objects

Py4J Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as

Barthelemy Dagenais 1k Jan 02, 2023
Boot.img patcher for Tolino ebook readers to enable ADB and root.

I'm not responsible for any damage to your devices by running this tool. Please note that you may loose warranty when using this, although (This is no

Aaron Dewes 9 Nov 13, 2022
Pipenv-local-deps-repro - Reproduction of a local transitive dependency on pipenv

Reproduction of the pipenv bug with transitive local dependencies. Clone this re

Lucas Duailibe 2 Jan 11, 2022
Python / C++ based particle reaction-diffusion simulator

ReaDDy (Reaction Diffusion Dynamics) is an open source particle based reaction-diffusion simulator that can be configured and run via Python. Currentl

ReaDDy 46 Dec 09, 2022
A simple IDA Pro plugin to show all HexRays decompiler comments written by user

XRaysComments A simple IDA Pro plugin to show all HexRays decompiler comments written by user Installation Copy the file xray_comments.py to the plugi

Nox 20 Dec 27, 2022
i3wm helper tool for workspaces on multiple monitors

i3screens A helper tool for managing i3wm workspaces on multiple monitors. Use-case You have a multi-monitor setup and want to have the "same" workspa

Sebastian Neef 1 Dec 05, 2022
This is a menu driven Railway Reservation Project which is mainly based on the python-mysql connectivity.

Online-Railway-Reservation-System This is a menu driven Railway Reservation Project which is mainly based on the python-mysql connectivity. The projec

Ananya Gupta 1 Jan 09, 2022
Programa principal de la Silla C.D.P.

Silla CDP Página Web Contáctenos Lista de contenidos: Información del proyecto. Licencias. Contacto. Información del proyecto Silla CDP, o Silla Corre

Silla Control de Postura 1 Dec 02, 2021
Fithub is a website application for athletes and fitness enthusiasts of all ages and experience levels.

Fithub is a website application for athletes and fitness enthusiasts of all ages and experience levels. Our website allows users to easily search, filter, and sort our comprehensive database of over

Andrew Wu 1 Dec 13, 2021
Basic-Killfeed - A simple DayZ Console Killfeed

Basic-Killfeed A simple DayZ Console Killfeed. Setup Install Python Version 3.10

Nick 1 Apr 25, 2022
WorldsCollide - Final Fantasy VI Randomizer

FFVI Worlds Collide Worlds Collide is an open worlds randomizer for Final Fantas

8 Jun 13, 2022
Simple python code for compile brainfuck program.

py-brainf*ck Just a basic compiled that compiles your brainf*ck codes and gives you informations about memory, used cells, dumped version, logs etc...

4 Jun 13, 2021
A play store search module

A play store search module

Fayas Noushad 5 Dec 01, 2021
This python module allows to extract data from the RAW-file-format produces by devices from Thermo Fisher Scientific.

fisher_py This Python module allows access to Thermo Orbitrap raw mass spectrometer files. Using this library makes it possible to automate the analys

8 Oct 14, 2022
Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters

pylox Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters. https://craftinginterpreters.com. This only implements th

David Beazley 37 Dec 28, 2022
A Python3 script to decode an encoded VBScript file, often seen with a .vbe file extension

vbe-decoder.py Decode one or multiple encoded VBScript files, often seen with a .vbe file extension. Usage usage: vbe-decoder.py [-h] [-o output] file

John Hammond 147 Nov 15, 2022
This is a simple bank management system based on Python.

Python Bank Management This is a simple bank management system based on Python. It's able to do basic operations of simple bank management. Outcome: W

Md. Rakibul Islam 3 Jan 06, 2022
Python-Course-V1 - This Repo contains a series of Python Jupyter Notebooks and assignments

This Repo contains a series of Python Jupyter Notebooks and assignments. The assignments are taken from Python Crash Course book by Eric Matthes.

2 Nov 15, 2022
Ballistic calculator for Airsoft

Ballistic-calculator-for-Airsoft 用于Airsoft的弹道计算器 This is a ballistic calculator for airsoft gun. To calculate your airsoft gun's ballistic, you should

3 Jan 20, 2022