Skip to main content

Material Zui

Project description

Modules

  1. bard
  2. compress
  3. crawl
  4. crontab
  5. date_time
  6. env
  7. gpt
  8. image
    • grayscale
    • colorization
    • sketch
    • transparent background
    • upscale
    • convert to jpg/png
  9. Log
  10. regex
  11. replicate: AI Platform API
  12. telegram_bot
  13. validate

Log

  • Example:
from material_zui.log import debug, info, warning, error, critical, printTable

debug('This is a debug message')
info('This is an info message')
warning('This is a warning message')
error('This is an error message')
critical('This is a critical message')

printTable({
    'Name': ['Alice', 'Bob', 'Charlie', 'Dave'],
    'Age': [25, 31, 35, 19],
    'Score': [85, 94, 76, 95]
})

Package

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

material_zui-0.1.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

material_zui-0.1.0-py3-none-any.whl (27.4 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