Program Input Data Gaji
Program Input Data Gaji menggunakan Python adalah alat yang sederhana dan efektif untuk memudahkan penginputan informasi gaji karyawan. Dengan fitur input data karyawan, program ini membantu menyederhanakan proses administrasi kepegawaian. Didesain dengan antarmuka pengguna yang intuitif, program ini memastikan keakuratan perhitungan gaji, mencegah kesalahan input, dan memberikan kemudahan dalam mengelola data gaji karyawan.
Instalation
pip install kel3
Usage
Basic Usage:
import tkinter as tk
from kel3 import ProgramUI
def main():
root = tk.Tk()
program_ui = ProgramUI(root)
root.mainloop()
if __name__ == "__main__":
main()
Release files for Kelompok3 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Kelompok3-0.0.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Kelompok3-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / Kelompok3-0.0.1.tar.gz
| Download URL | Kelompok3-0.0.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce1bd410dd2b115d0d2101b0371b9f5c2d55b87a80fc486983ea2d9b57477540
|
|
BLAKE2b-256 checksum How to use checksums |
2a588eb749e9d349e1cd271ccbdc6bc03a7c0d960776249ef2a3bede33e1a9bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|
Release files / Kelompok3-0.0.1-py3-none-any.whl
| Download URL | Kelompok3-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4afad01f93aaa87156e150d4730dec31b493812bd63e9eeea0b5df5e0d838d0f
|
|
BLAKE2b-256 checksum How to use checksums |
45539d3ddd4277858c01d07345970a1ab37cbcba8365bc50afa7610a41253cc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|