Shypan, a simple, easy to use, full-featured library written in Python.

Overview

Shypan

Version

Shypan, a simple, easy to use, full-featured library written in Python.

Installing and Supported Versions

Requests is available on PyPI:

$ py -m pip install shypan

Officially works in Python 3.10+.

Cloning the repository

$ git clone https://github.com/ShypanLib/Shypan/

made-with-python

Developed by Shyba and Panda

You might also like...
VerSign: Easy Signature Verification in Python

VerSign: Easy Signature Verification in Python versign is a small Python package which can be used to perform verification of offline signatures. It a

A utility that makes it easy to work with Python projects containing lots of packages, of which you only want to develop some.

Mixed development source packages on top of stable constraints using pip mxdev [mɪks dɛv] is a utility that makes it easy to work with Python projects

🍰 ConnectMP - An easy and efficient way to share data between Processes in Python.
🍰 ConnectMP - An easy and efficient way to share data between Processes in Python.

ConnectMP - Taking Multi-Process Data Sharing to the moon 🚀 Contribute · Community · Documentation 🎫 Introduction : 🍤 ConnectMP is the easiest and

Local backup made easy, with Python and shutil

KTBackup BETA Local backup made easy, with Python and shutil Features One-command backup and restore Minimalistic (only using stdlib) Convenient direc

A simple gpsd client and python library.

gpsdclient A small and simple gpsd client and library Installation Needs Python 3 (no other dependencies). If you want to use the library, use pip: pi

Easy compression and extraction for any compression or archival format.
Easy compression and extraction for any compression or archival format.

Tzar: Tar, Zip, Anything Really Easy compression and extraction for any compression or archival format. Usage/Examples tzar compress large-dir compres

Search, generate & deliver Msfvenom payloads in an quick and easy way
Search, generate & deliver Msfvenom payloads in an quick and easy way

Goal Search, generate & deliver payloads in an quick and easy way Be as simple as possible BUT with all msfvenom payloads. Ever lost time searching th

Application for easy configuration of swap file and swappiness priority in slackware and others linux distributions.

Swap File Program created with the objective of assisting in the configuration of swap file in Distributions such as Slackware. Required packages: pyt

Regression Metrics Calculation Made easy

Regression Metrics Mean Absolute Error Mean Square Error Root Mean Square Error Root Mean Square Logarithmic Error Root Mean Square Logarithmic Error

Releases(Shypan-NewVersion)
  • Shypan-NewVersion(Dec 9, 2021)

    Hello to all,

    Here is the new version of Shypan, in this one we added 2 new functions. While waiting for the wiki to be finalized here is an example to use them.

    Nous avons ajouté ces 2 fonctions : CalcAir(objet) and CalcPerimetre(objet)

    Here is an example of how to use them

    # Importing libraries
    import shypan 
    # or 
    from shypan import *
    
    # Here is an example for the CalcAir() function
    resultAir = shypan.CalcAir("rectangle")
    print(f"The air of the rectangle = {resultAir} cm²")
    
    # Here is another example for the CalcPerimetre() function 
    resultPerimeter = shypan.CalcPerimetre("carre")
    print(f"The perimeter of the square = {resultPerimeter} cm")
    
    
    Source code(tar.gz)
    Source code(zip)
  • Python-Lib-OldVersion(Nov 27, 2021)

    New Version 0.0.1.4

    New possibility, you can install the library with the following command : py -m pip install shypan

    Website PyPi : https://pypi.org/project/shypan/

    Here are all the possible functions :

    • EncodingUser(msg, dataType)

    Used to do a user encoding with verification Example : number = EncodingUser("Please enter a number", int)

    • CalcAdd(nb1, nb2)

    Used to perform an addition Example : result = CalcAdd(3, 5)

    • CalcDeff(nb1, nb2)

    Used to perform an difference Example : result = CalcDeff(5, 2)

    • CalcDiv(nb1, nb2)

    Used to perform an division Example : result = CalcDiv(3, 6)

    • CalcSin(nb)

    Used to perform an sinus Example : result = CalcSin(500)

    • CalcCos(nb)

    Used to perform an cosinus Example : result = CalcCos(120)

    • CalcSqrt(nb)

    Used to perform an square root Example : result = CalcSqrt(200)

    • CalcPow(nb1, power)

    Used to calculate the power of the encoded number Example : result = CalcPow(50, 3)

    • CalcLog(nb)

    Used to perform an logarithm Example : result = CalcLog(20)

    • CalcExp(nb)

    Used to perform an exposant Example : result = CalcExp(7)

    • CalcTan(nb)

    Used to perform an tangent Example : result = CalcTan(10)

    • CalcCotan(nb)

    Used to perform an Co-tangent Example : result = CalcCotan(17)

    Source code(tar.gz)
    Source code(zip)
A simple and easy to use Spam Bot made in Python!

This is a simple spam bot made in python. You can use to to spam anyone with anything on any platform.

null 7 Sep 8, 2022
A simple and easy to use collection of random python functions.

A simple and easy to use collection of random python functions.

Diwan Mohamed Faheer 1 Nov 17, 2021
Stubmaker is an easy-to-use tool for generating python stubs.

Stubmaker is an easy-to-use tool for generating python stubs. Requirements Stubmaker is to be run under Python 3.7.4+ No side effects during

Toloka 24 Aug 28, 2022
A collection of common regular expressions bundled with an easy to use interface.

CommonRegex Find all times, dates, links, phone numbers, emails, ip addresses, prices, hex colors, and credit card numbers in a string. We did the har

Madison May 1.5k Dec 31, 2022
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!

Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behav

Jon Crall 638 Dec 13, 2022
Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.

Retrying Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just

Ray Holder 1.9k Dec 29, 2022
A simple dork generator written in python that outputs dorks with the domain extensions you enter

Dork Gen A simple dork generator written in python that outputs dorks with the domain extensions you enter in a ".txt file". Usage The code is pretty

Z3NToX 4 Oct 30, 2022
🌲 A simple BST (Binary Search Tree) generator written in python

Tree-Traversals (BST) ?? A simple BST (Binary Search Tree) generator written in python Installation Use the package manager pip to install BST. Usage

Jan Kupczyk 1 Dec 12, 2021
Helpful functions for use alongside the rich Python library.

?? Rich Tools A python package with helpful functions for use alongside with the rich python library. ???? The current features are: Convert a Pandas

Avi Perl 14 Oct 14, 2022
Simple web index to use bloom filter for Pwned Passwords

pwbloom Simple web index to use bloom filter for Pwned Passwords The index.py runs a simple CGI web service checking passwords with a bloom filter for

Hanno Böck 4 Nov 23, 2021