QR 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 more

A 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 more

CS50’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 more

Generate 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 more

A 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
1 14 15 16 17 18