librarykelompok-2


Namelibrarykelompok-2 JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/hanifaslamm
SummaryKelompok 2
upload_time2023-12-21 13:11:45
maintainer
docs_urlNone
authorhanifaslamm
requires_python
licenseMIT
keywords hello
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # import awal
from librarykelompok2.mylibrary import deskripsi


# tambahan pada kode program
class AttendanceApp:
    def _init_(self, root):
        self.btn_tampilkan_deskripsi = tk.Button(root, text='Tampilkan Deskripsi', command=self.tampilkan_deskripsi, font=("Arial", 15))
        self.btn_tampilkan_deskripsi.place(x=1100, y=590)
        self.btn_tampilkan_deskripsi.configure(width=20, height=3)
        
    def tampilkan_deskripsi(self):
        # Memanggil fungsi untuk menampilkan deskripsi dari mylibrary
        deskripsi()


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hanifaslamm",
    "name": "librarykelompok-2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Hello",
    "author": "hanifaslamm",
    "author_email": "aslamhanif141@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/35/72127208f0c336ae646381576736bccc77cb761e25ccf89e22b993fc3b57/librarykelompok-2-0.1.tar.gz",
    "platform": null,
    "description": "# import awal\r\nfrom librarykelompok2.mylibrary import deskripsi\r\n\r\n\r\n# tambahan pada kode program\r\nclass AttendanceApp:\r\n    def _init_(self, root):\r\n        self.btn_tampilkan_deskripsi = tk.Button(root, text='Tampilkan Deskripsi', command=self.tampilkan_deskripsi, font=(\"Arial\", 15))\r\n        self.btn_tampilkan_deskripsi.place(x=1100, y=590)\r\n        self.btn_tampilkan_deskripsi.configure(width=20, height=3)\r\n        \r\n    def tampilkan_deskripsi(self):\r\n        # Memanggil fungsi untuk menampilkan deskripsi dari mylibrary\r\n        deskripsi()\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Kelompok 2",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/hanifaslamm"
    },
    "split_keywords": [
        "hello"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be9f0265a770852c532e08b193ac8cd1dcd2ba85f88b0d758f1c497901c6bef3",
                "md5": "7eaed51009ce6d0b5bdc6556070e2d37",
                "sha256": "fd8dabd0a58b941c06a36dd82be65bd74a76d1c137f7cf25c5921988ff4aeded"
            },
            "downloads": -1,
            "filename": "librarykelompok_2-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7eaed51009ce6d0b5bdc6556070e2d37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3040,
            "upload_time": "2023-12-21T13:11:39",
            "upload_time_iso_8601": "2023-12-21T13:11:39.287890Z",
            "url": "https://files.pythonhosted.org/packages/be/9f/0265a770852c532e08b193ac8cd1dcd2ba85f88b0d758f1c497901c6bef3/librarykelompok_2-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e93572127208f0c336ae646381576736bccc77cb761e25ccf89e22b993fc3b57",
                "md5": "56c3df3675ee8236b129d983680cae18",
                "sha256": "63ceb863666a271fe7026de967eb47fa34af12d770a07b062a7754e895241fba"
            },
            "downloads": -1,
            "filename": "librarykelompok-2-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "56c3df3675ee8236b129d983680cae18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2621,
            "upload_time": "2023-12-21T13:11:45",
            "upload_time_iso_8601": "2023-12-21T13:11:45.942354Z",
            "url": "https://files.pythonhosted.org/packages/e9/35/72127208f0c336ae646381576736bccc77cb761e25ccf89e22b993fc3b57/librarykelompok-2-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 13:11:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "librarykelompok-2"
}
        
Elapsed time: 0.15489s