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)
JeNot - A tool to notify you when Jenkins builds are done.

JeNot - Jenkins Notifications NOTE: under construction, buggy, and not production-ready What A tool to notify you when Jenkins builds are done. Why Je

1 Jun 24, 2022
Fcpy: A Python package for high performance, fast convergence and high precision numerical fractional calculus computing.

Fcpy: A Python package for high performance, fast convergence and high precision numerical fractional calculus computing.

SciFracX 1 Mar 23, 2022
A simple tool to move and rename Nvidia Share recordings to a more sensible format.

A simple tool to move and rename Nvidia Share recordings to a more sensible format.

Jasper Rebane 8 Dec 23, 2022
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
Patch the pclntable from Go binaries

Pretrain and Fine-tune a T5 model with Flax on GCP This tutorial details how pretrain and fine-tune a FlaxT5 model from HuggingFace using a TPU VM ava

6 Oct 05, 2022
Runes - Simple Cookies You Can Extend (similar to Macaroons)

Runes - Simple Cookies You Can Extend (similar to Macaroons) is a paper called "Macaroons: Cookies with Context

Rusty Russell 22 Dec 11, 2022
A python app which aggregates and splits costs from multiple public cloud providers into a csv

Cloud Billing This project aggregates the costs public cloud resources by accounts, services and tags by importing the invoices from public cloud prov

1 Oct 04, 2022
A python script to generate wallpaper

wallpaper eits Warning You need to set the path to Robot Mono font in the source code. (Settings are in the main function) Usage A script that given a

Henrique Tsuyoshi Yara 5 Dec 02, 2021
Produce a simulate-able SDF of an arbitrary mesh with convex decomposition.

Mesh-to-SDF converter Given a (potentially nasty, nonconvex) mesh, automatically creates an SDF file that describes that object. The visual geometry i

Greg Izatt 22 Nov 23, 2022
Two fast AUC calculation implementations for python

fastauc Two fast AUC calculation implementations for python: python-based is approximately 5X faster than the default sklearn.metrics.roc_auc_score()

Vsevolod Kompantsev 26 Dec 11, 2022
A python program to find binary, octal and hexadecimal of a decimal.

decimal-converter This little python program can convert a decimal in to, Binary Octal Hexadecimal Needed Python 3 or later or a online python compile

Chandula Janith 0 Nov 27, 2021
Backman is a random/fixed background image setter for wlroots based compositors

backman Backman is a random/fixed background image setter for wlroots based compositors Dependencies: The program depends on swaybg, python3-toml (or

Hemish 3 Mar 09, 2022
A tool written in python to generate basic repo files from github

A tool written in python to generate basic repo files from github

Riley 7 Dec 02, 2021
Playing with python imports and inducing those pesky errors.

super-duper-python-imports In this repository we are playing with python imports and inducing those pesky ImportErrors. File Organization project │

James Kelsey 2 Oct 14, 2021
'ToolBurnt' A Set Of Tools In One Place =}

'ToolBurnt' A Set Of Tools In One Place =}

MasterBurnt 5 Sep 10, 2022
This program organizes automatically files in folders named as file's extension

Auto Sorting System by Sergiy Grimoldi - V.0.0.2 This program organizes automatically files in folders named as file's extension How to use the code T

Sergiy Grimoldi 1 Jan 07, 2022
Find version automatically based on git tags and commit messages.

GIT-CONVENTIONAL-VERSION Find version automatically based on git tags and commit messages. The tool is very specific in its function, so it is very fl

0 Nov 07, 2021
Retrying library for Python

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

Julien Danjou 4.3k Jan 05, 2023
A Python class for checking the status of an enabled Minecraft server

mcstatus provides an easy way to query Minecraft servers for any information they can expose. It provides three modes of access (query, status and ping), the differences of which are listed below in

Nathan Adams 1.1k Jan 06, 2023
A set of Python scripts to surpass human limits in accomplishing simple tasks.

Human benchmark fooler Summary A set of Python scripts with Selenium designed to surpass human limits in accomplishing simple tasks available on https

Bohdan Dudchenko 3 Feb 10, 2022