Skip to main content

Display a message on foreground

Project description

Message Foreground

License

This library allows you to create a message that is displayed in the foreground and above all other elements.

Simple Demo

# Import the library
from mfg import foreground

# First create a instance with the following parameters
# 	Text: 'Hello World'
# 	Color: White
# 	No background
f = foreground('Hello World', '#fffffe')

# Displayed the message
f.display()

Requirement

  • tkinter
  • win32api
  • win32con
  • threading
  • pywintypes

Development

This library can be improved and if you want to be part of it, contact me.

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

mfg-1.0.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

mfg-1.0.0-py3-none-any.whl (4.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