small-scripts-manager


Namesmall-scripts-manager JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryThis module provides a simple and responsive GUI interface to navigate your collection of small scripts.
upload_time2025-02-03 20:29:07
maintainerNone
docs_urlNone
authorCPUcademy
requires_pythonNone
licenseMIT
keywords cpucademy small scripts manager application gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
CPUlib
==========================
This module provides a simple and responsive GUI interface to navigate your collection of small scripts.
The name of the imported script has to be the same as of the function inside it that is to be executed when the button in the provided GUI is pressed.
Download the full example from: https://github.com/CPUcademy/small_python_projects/tree/main/small_scripts_manager.

Usage
==========================
Example of running the project:

   .. code-block:: bash

	import small_scripts_manager as ssm
	s = ssm.SmallScriptsManager()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "small-scripts-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cpucademy small scripts manager application gui",
    "author": "CPUcademy",
    "author_email": "cpucademy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/d6/8ef8ec668d51f6de88534f70b0631d651bdfbe22db90efb2e82e867aeb6f/small_scripts_manager-1.0.3.tar.gz",
    "platform": null,
    "description": "==========================\r\nCPUlib\r\n==========================\r\nThis module provides a simple and responsive GUI interface to navigate your collection of small scripts.\r\nThe name of the imported script has to be the same as of the function inside it that is to be executed when the button in the provided GUI is pressed.\r\nDownload the full example from: https://github.com/CPUcademy/small_python_projects/tree/main/small_scripts_manager.\r\n\r\nUsage\r\n==========================\r\nExample of running the project:\r\n\r\n   .. code-block:: bash\r\n\r\n\timport small_scripts_manager as ssm\r\n\ts = ssm.SmallScriptsManager()\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This module provides a simple and responsive GUI interface to navigate your collection of small scripts.",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "cpucademy",
        "small",
        "scripts",
        "manager",
        "application",
        "gui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38d68ef8ec668d51f6de88534f70b0631d651bdfbe22db90efb2e82e867aeb6f",
                "md5": "c57fad3a440071a5e45941c026e093cf",
                "sha256": "849d690075b957974843a8ff6ba5ec7e47c871503c7ea540b4b469552bf801cf"
            },
            "downloads": -1,
            "filename": "small_scripts_manager-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c57fad3a440071a5e45941c026e093cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3851,
            "upload_time": "2025-02-03T20:29:07",
            "upload_time_iso_8601": "2025-02-03T20:29:07.387225Z",
            "url": "https://files.pythonhosted.org/packages/38/d6/8ef8ec668d51f6de88534f70b0631d651bdfbe22db90efb2e82e867aeb6f/small_scripts_manager-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 20:29:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "small-scripts-manager"
}
        
Elapsed time: 1.86062s