Category: Scripts
A python script adds the s4vitar config to bspwm automatically
Se ha testeado este script en ParrotOS, Kali y Ubuntu. Funciona para todos los sistemas operativos basados en Debian. git clone https://github.com/yorkox0/autoBspwm cd autoBspwm/ python3 main.py Se puede instalar tambien el entorno para el ususaio root, solo ejecutar mediante [sudo] el script. Disfrutad ^^ GitHub https://github.com/yorkox0/autoBspwm
Read moreQR fixer written in python2/3
QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu there is a python-qrtools package) Using a file given in format of an NxN matrix where x or X is black . is white and * is unknown For example an fqr input where left side of qr code is destroyed from SECCON-14/qr-easy: ****************XX….XXXXXXX *****************.XXX.X…..X ****************XX.XX.X.XXX.X ****************X.X…X.XXX.X *****************XX.X.X.XXX.X *****************.X.X.X…..X ****************X.X.X.XXXXXXX ****************X…X…….. *****************XX.XX.XXXXX. ****************XX.X.X.X….X *****************X.X.X..XXXX. *****************XX..X.XXXXXX ******************.X…XXX… ******************..X.XX.X.X. ******************…XXXXXXX. […]
Read moreFinds price floor for every single attribute in a given collection
GitHub – nisbetda/Solana: Finds price floor for every single attribute in a given collection Finds price floor for every single attribute in a given collection – GitHub – nisbetda/Solana: Finds price floor for every single attribute in a given collection
Read moreA simple python script that monitors the binance hotwallet
Nano_Binance_Refund_Bot a simple python script that monitors the binance hotwallet and refunds the withdrawal fee to encourage people to withdraw their Nano and help decentralisation Additional Required Libs: https://github.com/jamescoxon/jcnanolibhttps://github.com/Nanoquake/nano25519 GitHub https://github.com/jamescoxon/Nano_Binance_Refund_Bot
Read moreA Code that can make your Discord Account 24/7 on Voice Channels
Make your Discord Account Online 24/7 on Voice Channels! A Code written in Python that helps you to keep your account 24/7 on Voice Channels. • Fork the repo • Clone it to replit • Install the Self-Bot Package : pip install discord.py-self • Install PyNaCl using the Package Manager I would really suggest you to watch this video before installing. The main.py is the main file. keep_alive.py prevents your repl from going to sleep. (If you have a replit […]
Read moreCS50’s Introduction to Artificial Intelligence Test Scripts
cs50ai-test This repository contains Python scripts to automate tests for most of the CS50’s Introduction to Artificial Intelligence with Python projects. It does not contain any project solution/spoiler, as per the course’s Academic Honesty policy. ## How to Run Tests Guide Make sure you have Python3 installed in your machine. Anything above Python 3.4+ should work. Install pytest by running pip install pytest in a terminal. More information about pip here. Make a copy of the test file and paste […]
Read moreGenerate direct m3u playlist for all the channels subscribed in the Tata Sky portal
A script to generate the m3u playlist containing direct streamable file (.mpd or MPEG-DASH or DASH) based on the channels that the user has subscribed on the Tata Sky portal. You just have to login using your password or otp that’s it A working brain Knowledge of basic python A working Tata Sky account Channels that you want to watch, already subscribed (I’m sorry, no freebies) You can simply use the android app in your mobile phone or TV, login […]
Read moreA Python Script to generate a massive volume of data in sql or csv format
DataGenerator A Python Script to generate a massive volume of data in sql or csv format 1. Dependencies To install required dependencies run pip install -r requirements.txt 2. Execution To execute the script: python generator.py or python3 generator.py GitHub https://github.com/icrescenti/DataGenerator
Read moreA Python script that contains various functions
element_search with Selenium Just to mention, I’m a beginner to all this, so it it’s very possible to make some mistakes The idea is to create a Python script that contains various functions, that with the help of the Selenium library, searches for web elements, raising no errors, and in the same time writes automatically into a log file what is being searched and if the element was found. Important note: * you should already have selenium installed * along […]
Read more