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()
blib.useTheme("dark")
blib.showLineColors()
Project details
Release history Release notifications | RSS feed
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.7.tar.gz
(2.6 MB
view details)
File details
Details for the file blib_py-1.7.tar.gz.
File metadata
- Download URL: blib_py-1.7.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92990dd7b562b78c7d6952299df458e5037db214f9e42c32b0d947c266a0d107
|
|
| MD5 |
81c0468c38211fcc979f140bba631055
|
|
| BLAKE2b-256 |
0656f4f1a49dccf31c1f7f0e75f23b627b2985b2692dd90da639246db9a1c4d4
|