Skip to main content

Material Zui

Project description

Modules

  1. array
  2. automation
  3. bard
  4. compress
  5. crawl
  6. crontab
  7. date_time
  8. env
  9. fake
  10. file
  11. gpt
  12. image
    • grayscale
    • colorization
    • sketch
    • transparent background
    • upscale
    • convert to jpg/png
  13. log
  14. os
  15. regex
  16. replicate: AI Platform API
  17. selenium
  18. telegram_bot
  19. 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.1.tar.gz (25.0 kB view hashes)

Uploaded Source

Built Distribution

material_zui-0.1.1-py3-none-any.whl (39.1 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