A multipurpose python module

Overview

pysherlock

pysherlock is a Python library for dealing with web scraping using images, it's a Python application of the rendertron headless browser API originally written in JavaScript, it also has a lot of other features.

GitHub repo link to RenderTron

Installation

Use the package manager pip to install pysherlock.

pip install pysherlock

Usage

#Example 1
from pysherlock import web_ss
web_ss("https://makeareadme.com") #Website passed as argument

#Example 2
from pysherlock import weather
weather("Bangalore")

#Example 3
from pysherlock import wiki
wiki("Barack Obama")

#Example 4
from pysherlock import qrgen
qrgen("https://www.google.com")

Output

1.)Image saved in the directory. Image

2.) {'Temp': '24°C', 'Time': 'Saturday 10:40 am', 'Sky': 'Mostly cloudy', 'Other': '.'} #To get specific data use weather.get method as it is a dictionary.

3.) Gives output from the Barack Obama Page wikipedia.

4.) A QR code, when scanned leads to google, is saved in the current directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Roadmap

  1. Translator feature

Issues and Suggestions

Open an issue or Join or Discord server https://discord.gg/mY4CYkMmNm

You might also like...
A hashtag from string extract python module

A hashtag from string extract python module

A random cats photos python module

A random cats photos python module

Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python

Pyfunctools Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python, bringing functional

glip is a module for retrieve ip address like local-ip, global-ip, external-ip as string.

gle_ip_info glip is a module for retrieve ip address like local-ip, global-ip, external-ip as string.

Import the module and create an object of the class LocalVariable.
Import the module and create an object of the class LocalVariable.

LocalVariable Import the module and create an object of the class LocalVariable. Call the save method with the name and the value of a variable as arg

Extends the pyranges module with operations on joined genomic intervals

tiedpyranges Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript) Install with: pip install tiedpyr

Collection of code auto-generation utility scripts for the Horizon `Boot` system module

boot-scripts This is a collection of code auto-generation utility scripts for the Horizon Boot system module, intended for use in Atmosphère. Usage Us

A string to hashtags module

A string to hashtags module

✨ Voici un code en Python par moi, et en français qui permet d'exécuter du Javascript en Python.
✨ Voici un code en Python par moi, et en français qui permet d'exécuter du Javascript en Python.

JavaScript In Python ❗ Voici un code en Python par moi, et en français qui permet d'exécuter du Javascript en Python. 🔮 Une vidéo pour vous expliquer

Releases(hacktober)
Owner
Sachit
Class 11, Med 2023
Sachit
Simple python module to get the information regarding battery in python.

Battery Stats A python3 module created for easily reading the current parameters of Battery in realtime. It reads battery stats from /sys/class/power_

Shreyas Ashtamkar 5 Oct 21, 2022
A python module to manipulate XCode projects

This module can read, modify, and write a .pbxproj file from an Xcode 4+ projects. The file is usually called project.pbxproj and can be found inside the .xcodeproj bundle. Because some task cannot be done by clicking on an UI or opening Xcode to do it for you, this python module lets you automate the modification process.

Ignacio Calderon 1.1k Jan 2, 2023
A python module to update the console without flashing.

A python module to update the console without flashing.

Matthias 112 Dec 19, 2022
A python module to validate input.

A python module to validate input.

Matthias 6 Sep 13, 2022
A module for account creation with python

A module for account creation with python

Fayas Noushad 3 Dec 1, 2021
A string extractor module for python

A string extractor module for python

Fayas Noushad 4 Jul 19, 2022
A python module for extract domains

A python module for extract domains

Fayas Noushad 4 Aug 10, 2022
An URL checking python module

An URL checking python module

Fayas Noushad 6 Aug 10, 2022
Python module and its web equivalent, to hide text within text by manipulating bits

cacherdutexte.github.io This project contains : Python modules (binary and decimal system 6) with a dedicated tkinter program to use it. A web version

null 2 Sep 4, 2022
A python mathematics module

A python mathematics module

Fayas Noushad 4 Nov 28, 2021