Skip to main content

Personal Package by BD103

Project description

BD103's Personal Coding Package

A bunch of random developer related functions and modules that I use.

Patch Notes

0.0.2

Emptied __init__.py to fix error. Updated setup.py and redid README.md.

0.0.1

Initial package. Used a sample color formatting package that I made.

''' Functions '''
color(text, color) # Prints with text then resets formatting
paint(color) # Sets color permanently until reset

''' Colors '''
reset = "reset
red = "red"
yellow = "yellow"
green = "green"
cyan = "cyan"
blue = "blue"
magenta = "magenta"
black = "black"
white = "white"

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

BD103-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

BD103-0.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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