trilent


Nametrilent JSON
Version 2.3.4.8 PyPI version JSON
download
home_pageNone
SummaryPython GUI Framework.
upload_time2024-08-11 11:24:32
maintainerNone
docs_urlNone
authorSchkimansky
requires_pythonNone
licenseNone
keywords python gui ui framework app application ui building app development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## Trilent
A new UI framework for python! Full Documenation coming soon.

## Features
# Animations
```python
import trilent as t

window = t.Window()

# Setup

button = t.Button(window, text='I am a Button!')
button.place(100, 100)

# Animate
button.animate(button_color='lime', time=1) # Animate its color slowly to lime, In 1 second.

window.run()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "trilent",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, gui, ui, framework, app, application, ui building, app development",
    "author": "Schkimansky",
    "author_email": "<ahmadchawla1432@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7a/9c/5f81d14a765e0c9a9edb241a5124aa266e64832ec9c07336da6961ab6fd5/trilent-2.3.4.8.tar.gz",
    "platform": null,
    "description": "\n## Trilent\nA new UI framework for python! Full Documenation coming soon.\n\n## Features\n# Animations\n```python\nimport trilent as t\n\nwindow = t.Window()\n\n# Setup\n\nbutton = t.Button(window, text='I am a Button!')\nbutton.place(100, 100)\n\n# Animate\nbutton.animate(button_color='lime', time=1) # Animate its color slowly to lime, In 1 second.\n\nwindow.run()\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python GUI Framework.",
    "version": "2.3.4.8",
    "project_urls": null,
    "split_keywords": [
        "python",
        " gui",
        " ui",
        " framework",
        " app",
        " application",
        " ui building",
        " app development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a94eeb413267de82c1d96eb95baa479caeed6c029050e9c144425daf0648d10",
                "md5": "58169d5ee3233a807ce8655f027911ca",
                "sha256": "fbf4e1b7fe53c4601c994aa09c8531f455e70e3a1e540c3246e98766cda0eb68"
            },
            "downloads": -1,
            "filename": "trilent-2.3.4.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58169d5ee3233a807ce8655f027911ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36111,
            "upload_time": "2024-08-11T11:24:30",
            "upload_time_iso_8601": "2024-08-11T11:24:30.942028Z",
            "url": "https://files.pythonhosted.org/packages/0a/94/eeb413267de82c1d96eb95baa479caeed6c029050e9c144425daf0648d10/trilent-2.3.4.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a9c5f81d14a765e0c9a9edb241a5124aa266e64832ec9c07336da6961ab6fd5",
                "md5": "47f9702a1b23b77bb631026d14bde85f",
                "sha256": "cb2e18962d4ac0286dd3620f364b75a1082bc297bdf89ade0c440d0b52570612"
            },
            "downloads": -1,
            "filename": "trilent-2.3.4.8.tar.gz",
            "has_sig": false,
            "md5_digest": "47f9702a1b23b77bb631026d14bde85f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22702,
            "upload_time": "2024-08-11T11:24:32",
            "upload_time_iso_8601": "2024-08-11T11:24:32.832019Z",
            "url": "https://files.pythonhosted.org/packages/7a/9c/5f81d14a765e0c9a9edb241a5124aa266e64832ec9c07336da6961ab6fd5/trilent-2.3.4.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 11:24:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trilent"
}
        
Elapsed time: 1.34609s