ASDFGH


NameASDFGH JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA terminal clock with retro and plain themes
upload_time2025-08-22 15:53:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords terminal clock retro ascii time
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Terminal Clock

A stylish terminal clock with retro and plain themes featuring big font display.

## Installation

```bash
pip install ASDFGH
Quick Start
bash
# Run with default settings (retro theme, big font)
python -m clock
Basic Usage
python
from clock import quick_start

# Start with retro theme
quick_start()

# Start with plain theme
quick_start(theme="plain")
Advanced Usage
python
from clock import ColorClock, Theme

# Custom configuration
clock = ColorClock(
    theme=Theme.RETRO,          # Theme.RETRO or Theme.PLAIN
    military_time=False,        # 12-hour format (False) or 24-hour (True)
    show_date=True,             # Show date header
    show_milliseconds=False,    # Show milliseconds
    big_font=True,              # Use big block font
    blink_separators=True,      # Blinking colon separators
)

clock.display()  # Press CTRL+C to exit
Features
🎨 Dual Themes: Retro (green) and Plain (white) themes

🔢 Big Font: Large block-style digits for easy reading

📅 Date Display: Optional date header

⏰ Time Formats: 12-hour and 24-hour format support

✨ Visual Effects: Optional blinking colon separators

🎯 Centered Display: Automatically centers in terminal

Options
Parameter           Default             Description
theme	            Theme.RETRO	        Visual theme (RETRO/PLAIN)
military_time	    False	            24-hour format when True
show_date	        True	            Show date header
show_milliseconds	False	            Show milliseconds
big_font	        True	            Use big block font
blink_separators	True	            Blink colon separators


Exit
Press CTRL+C to gracefully exit the clock.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ASDFGH",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "terminal, clock, retro, ascii, time",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/29/aa/be6fa8e05bca34b77aa3f7afba2604e807bd52bdc5120fd3dec7406fcbc8/asdfgh-0.1.1.tar.gz",
    "platform": null,
    "description": "# Terminal Clock\r\n\r\nA stylish terminal clock with retro and plain themes featuring big font display.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install ASDFGH\r\nQuick Start\r\nbash\r\n# Run with default settings (retro theme, big font)\r\npython -m clock\r\nBasic Usage\r\npython\r\nfrom clock import quick_start\r\n\r\n# Start with retro theme\r\nquick_start()\r\n\r\n# Start with plain theme\r\nquick_start(theme=\"plain\")\r\nAdvanced Usage\r\npython\r\nfrom clock import ColorClock, Theme\r\n\r\n# Custom configuration\r\nclock = ColorClock(\r\n    theme=Theme.RETRO,          # Theme.RETRO or Theme.PLAIN\r\n    military_time=False,        # 12-hour format (False) or 24-hour (True)\r\n    show_date=True,             # Show date header\r\n    show_milliseconds=False,    # Show milliseconds\r\n    big_font=True,              # Use big block font\r\n    blink_separators=True,      # Blinking colon separators\r\n)\r\n\r\nclock.display()  # Press CTRL+C to exit\r\nFeatures\r\n\ud83c\udfa8 Dual Themes: Retro (green) and Plain (white) themes\r\n\r\n\ud83d\udd22 Big Font: Large block-style digits for easy reading\r\n\r\n\ud83d\udcc5 Date Display: Optional date header\r\n\r\n\u23f0 Time Formats: 12-hour and 24-hour format support\r\n\r\n\u2728 Visual Effects: Optional blinking colon separators\r\n\r\n\ud83c\udfaf Centered Display: Automatically centers in terminal\r\n\r\nOptions\r\nParameter           Default             Description\r\ntheme\t            Theme.RETRO\t        Visual theme (RETRO/PLAIN)\r\nmilitary_time\t    False\t            24-hour format when True\r\nshow_date\t        True\t            Show date header\r\nshow_milliseconds\tFalse\t            Show milliseconds\r\nbig_font\t        True\t            Use big block font\r\nblink_separators\tTrue\t            Blink colon separators\r\n\r\n\r\nExit\r\nPress CTRL+C to gracefully exit the clock.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A terminal clock with retro and plain themes",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "terminal",
        " clock",
        " retro",
        " ascii",
        " time"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbec2f597172fe65896bdfc26cf8a9bb937231c63298ca8fd5f1b854ae51c359",
                "md5": "d7d69d4960cd27a4c49734e6ef144d3f",
                "sha256": "2f44ec372691de248af1ea8aafd49bce5e9ad5bb2780e8ac96d06fc83c8fdcac"
            },
            "downloads": -1,
            "filename": "asdfgh-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7d69d4960cd27a4c49734e6ef144d3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7008,
            "upload_time": "2025-08-22T15:53:46",
            "upload_time_iso_8601": "2025-08-22T15:53:46.462676Z",
            "url": "https://files.pythonhosted.org/packages/db/ec/2f597172fe65896bdfc26cf8a9bb937231c63298ca8fd5f1b854ae51c359/asdfgh-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29aabe6fa8e05bca34b77aa3f7afba2604e807bd52bdc5120fd3dec7406fcbc8",
                "md5": "a8609581ffc0035cab294c3f41433090",
                "sha256": "bc618bc2c48c42343164b801b54c6b32288538f04a058b93e6c9a17894970649"
            },
            "downloads": -1,
            "filename": "asdfgh-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a8609581ffc0035cab294c3f41433090",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6135,
            "upload_time": "2025-08-22T15:53:47",
            "upload_time_iso_8601": "2025-08-22T15:53:47.896212Z",
            "url": "https://files.pythonhosted.org/packages/29/aa/be6fa8e05bca34b77aa3f7afba2604e807bd52bdc5120fd3dec7406fcbc8/asdfgh-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 15:53:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "asdfgh"
}
        
Elapsed time: 0.96960s