Skip to main content

Kelompok 2

Project description

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()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

librarykelompok-2-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

librarykelompok_2-0.1-py3-none-any.whl (3.0 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