🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

biglibrary

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biglibrary

A package with many functions that are repeated with developers or that help improve software performance or facilitate programming.

2.0.0
PyPI
Maintainers
1

BIGlibrary

A package with many functions that are repeated with developers or that help improve software performance or facilitate programming.

Python package CodeFactor Visitors

Languages:

* python3

Supported Distributions:

DistributionVersion CheckPython Test VersionSupportedStatusEverything works
Ubuntu20.04.43.6, 3.7, 3.8, 3.9, 3.10YesWorkingYes
Windwos10.0.203483.6, 3.7, 3.8, 3.9, 3.10YesWorkingYes
MacOS11.6.63.6, 3.7, 3.8, 3.9, 3.10YesWorkingYes
Android (termux)103.6, 3.7, 3.8, 3.9, 3.10YesWorkingYes

Python Package Installation:

pip install biglibrary

Usage:

from biglibrary import *

bl=biglibrary()

Examples:

#START{
from biglibrary import *

# string:
str="hello world!"

# list:
lslist=['orange','pear','kiwi','apple','banana','strawberry','watermelon','pineapple']

# :
bl=biglibrary()# Default returning=False, False for print, True for return.

# Placing text in the middle of the command line interface:
bl.center(str)

# Arrange list and items according to the length of the command line interface:
bl.lslist(lslist,separator=" | ")# Default separator=" | ".
#}END.

Screenshot:

Changelog History:

## 2.0.0 [10-08-2022]
 - New build.
 - More stability.
 - Bug fixes & performance improvements.

## 1.0.1
 - Fix bugs.

## 1.0.0
 - First public release.

Don't forget to star ⭐ this repository

all posts #yasserbdj96 ,all views my own.


Keywords

yasserbdj96

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts