Skip to main content

Boonleng's Python Library

Project description

Boonleng's Python Library

This is a collection of some convenient functions, color schemes, etc. for convenient coding in the future.

Install Using the Python Package-Management System

pip install blib-py

Install from Source for System-Wide Usage

Download the project from either GitHub or ARRC GitLab:

git clone https://github.com/boonleng/blib-py.git

or

git clone https://git.arrc.ou.edu/cheo4524/blib-py.git

Change directory to the project folder and install using pip.

cd blib-py
pip install .

Use It Without Instlallation

It is possible to use this library without installation. Assuming that you downloaded the project into the folder ~/Developer/blib-py/src, you can add the path to Python's search path as follows.

import os
import sys

sys.path.insert(0, os.path.expanduser('~/Developer/blib-py/src'))

import blib

Theme / Colors

A theme can be activated by:

blib.useTheme("light")

blib.showLineColors()

light

blib.useTheme("dark")

blib.showLineColors()

dark

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blib-py-1.5.3.tar.gz (4.5 MB view details)

Uploaded Source

File details

Details for the file blib-py-1.5.3.tar.gz.

File metadata

  • Download URL: blib-py-1.5.3.tar.gz
  • Upload date:
  • Size: 4.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for blib-py-1.5.3.tar.gz
Algorithm Hash digest
SHA256 7a9d107046954ada949f5ee0eb429ad81cfb10f33cb101b43283fb7df7daf5d0
MD5 b1220a9178dbe4fcdda38c904d1b6a46
BLAKE2b-256 f73c14092735fb98173e465a6443d321d413c55a27f845339d32809fd6982226

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page