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)
About Library for extract infomation from thai personal identity card.

ThaiPersonalCardExtract Library for extract infomation from thai personal identity card. imprement from easyocr and tesseract New Feature v1.3.2 🎁 In

ggafiled 26 Nov 15, 2022
Find unused resource keys in properties files in a Salesforce Commerce Cloud project and get rid of them.

Find Unused Resource Keys Find unused resource keys in properties files in a Salesforce Commerce Cloud project and get rid of them. It looks through a

Noël 5 Jan 08, 2022
Python library to decorate and beautify strings

outputformat Python library to decorate and beautify your standard output 💖 Ins

Felipe Delestro Matos 259 Dec 13, 2022
Personal Toolbox Package

Jammy (Jam) A personal toolbox by Qsh.zh. Usage setup For core package, run pip install jammy To access functions in bin git clone https://gitlab.com/

5 Sep 16, 2022
A clock app, which helps you with routine tasks.

Clock This app helps you with routine tasks. Alarm Clock Timer Stop Watch World Time (Which city you want) About me Full name: Matin Ardestani Age: 14

Matin Ardestani 13 Jul 30, 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
The producer-consumer problem implemented with threads in Python

This was developed using a Python virtual environment, I would strongly recommend to do the same if you want to clone this repository. How to run this

Omar Beltran 1 Oct 30, 2021
Customized python validations.

A customized python validations.

Wilfred V. Pine 2 Apr 20, 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
Package that allows for validate and sanitize of string values.

py.validator A library of string validators and sanitizers Insipired by validator.js Strings only This library validates and sanitizes strings only. P

Sanel Hadzini 22 Nov 08, 2022
Attempts to crack the compression puzzle.

The Compression Puzzle One lovely Friday we were faced with this nice yet intriguing programming puzzle. One shall write a program that compresses str

Oto Brglez 14 Dec 29, 2022
This tool analyzes the json files generated by stream-lnd-htlcs to find hidden channel demand.

analyze_lnd_htlc Introduction Rebalancing channels is an important part of running a Lightning Network node. While it would be great if all channels c

Marimox 4 Dec 08, 2022
A time table app to notify the user about their class timings

kivyTimeTable A time table app to notify the user about their class timings Features This project incorporates some features i wanted to see in a time

2 Dec 15, 2021
A Python library for reading, writing and visualizing the OMEGA Format

A Python library for reading, writing and visualizing the OMEGA Format, targeted towards storing reference and perception data in the automotive context on an object list basis with a focus on an urb

Institut für Kraftfahrzeuge, RWTH Aachen, ika 12 Sep 01, 2022
Utility to add/remove licenses to/from source files

Utility to add/remove licenses to/from source files. Supports processing any combination of globs, files, and directories (recurse). Pruning options allow skipping non-licensing files.

Eduardo Ponce Mojica 2 Jan 29, 2022
RapidFuzz is a fast string matching library for Python and C++

RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy

Max Bachmann 1.7k Jan 04, 2023
✨ Une calculatrice totalement faite en Python par moi, et en français.

Calculatrice ❗ Une calculatrice totalement faite en Python par moi, et en français. 🔮 Voici une calculatrice qui vous permet de faire vos additions,

MrGabin 3 Jun 06, 2021
JavaScript-style async programming for Python.

promisio JavaScript-style async programming for Python. Examples Create a promise-based async function using the promisify decorator. It works on both

Miguel Grinberg 191 Dec 30, 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
Install, run, and update apps without root and only in your home directory

Qube Apps Install, run, and update apps in the private storage of a Qube. Build and install in Qubes Get the code: git clone https://github.com/micahf

Micah Lee 26 Dec 27, 2022