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 toolchain for moving Remarkable highlights to Readwise

A simple toolchain for moving Remarkable highlights to Readwise

zach wick 20 Dec 20, 2022
Program to extract signatures from documents.

Extracting Signatures from Bank Checks Introduction Ahmed et al. [1] suggest a connected components-based method for segmenting signatures in document

Muhammad Saif Ullah Khan 9 Jan 26, 2022
Python Random Number Genrator

This Genrates Random Numbers. This Random Number Generator was made using python. This software uses Time and Random extension. Download the EXE file and run it to get your answer.

Krish Sethi 2 Feb 03, 2022
Python humanize functions

humanize This modest package contains various common humanization utilities, like turning a number into a fuzzy human-readable duration ("3 minutes ag

Jason Moiron 1.6k Jan 01, 2023
Keval allows you to call arbitrary Windows kernel-mode functions from user mode, even (and primarily) on another machine.

Keval Keval allows you to call arbitrary Windows kernel-mode functions from user mode, even (and primarily) on another machine. The user mode portion

42 Dec 17, 2022
Pass arguments by reference—in Python!

byref Pass arguments by reference—in Python! byrefis a decorator that allows Python functions to declare reference parameters, with similar semantics

9 Feb 10, 2022
Basic loader is a small tool that will help you generating Cloudflare cookies

Basic Loader Cloudflare cookies loader This tool may help some people getting valide cloudflare cookies Installation 🔌 : pip install -r requirements.

IHateTomLrge 8 Mar 30, 2022
Entropy-controlled contexts in Python

Python module ordered ordered module is the opposite to random - it maintains order in the program. import random x = 5 def increase(): global x

HyperC 36 Nov 03, 2022
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
Edit SRT files to delay subtitle time-stamps.

subtitle-delay A program written in Python that directly edits SRT file to delay the subtitles. Features: Will throw an error if delaying with negativ

8 Jul 17, 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
Conveniently measures the time of your loops, contexts and functions.

Conveniently measures the time of your loops, contexts and functions.

Maciej J Mikulski 79 Nov 15, 2022
MITRE ATT&CK Lookup Tool

MITRE ATT&CK Lookup Tool attack-lookup is a tool that lets you easily check what Tactic, Technique, or Sub-technique ID maps to what name, and vice ve

Curated Intel 33 Nov 22, 2022
This repository contains some utilities for playing with PKINIT and certificates.

PKINIT tools This repository contains some utilities for playing with PKINIT and certificates. The tools are built on minikerberos and impacket. Accom

Dirk-jan 395 Dec 27, 2022
An online streamlit development platform

streamlit-playground An online streamlit development platform Run, Experiment and Play with streamlit Components Develop full-fledged apps online All

Akshansh Kumar 3 Nov 06, 2021
Script to rename and resize folders of images

script to rename and resize folders of images

Tega Brain 2 Oct 29, 2021
DiddiParser 2: The DiddiScript parser.

DiddiParser 2 The DiddiScript parser, written in Python. Installation DiddiParser2 can be installed via pip: pip install diddiparser2 Usage DiddiPars

Diego Ramirez 3 Dec 28, 2022
Definitely legit social credit generator with python

definitely-legit-social-credit-generator I made this simple GUI program for a meme, no cap. Video: https://youtu.be/RmjxKtoli04 How to run: Clone this

Joshua Malabanan 8 Nov 01, 2021
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
Casefy (/keɪsfaɪ/) is a lightweight Python package to convert the casing of strings

Casefy (/keɪsfaɪ/) is a lightweight Python package to convert the casing of strings. It has no third-party dependencies and supports Unicode.

Diego Miguel Lozano 12 Jan 08, 2023