Pysimcard: Download: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Created page with "Update Repository Apt update Instal paket paket pendukung apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev pip ins..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==pyscard: smartcard library untuk python==
pyscard - python smart card library - modul python yang menambahkan dukungan smart card ke python.
[[File:Pyscard-system.jpeg|center|300px|thumb]]
Update Repository
Update Repository
  Apt update
 
  apt update


Instal paket paket pendukung
Instal paket paket pendukung
  apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev
  apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev
   
   
Line 8: Line 18:


Download Pyscard
Download Pyscard
  https://sourceforge.net/projects/pyscard/files/pyscard/
  https://sourceforge.net/projects/pyscard/files/pyscard/
https://github.com/LudovicRousseau/pyscard


jika diletakan di folder Download maka pindahkan ke folder home
jika diletakan di folder Download maka pindahkan ke folder home
  mv ~/Downloads/pyscard-1.9.5.tar.gz
 
  mv ~/Downloads/pyscard-1.9.5.tar.gz ~
 
 
 
==Referensi==
 
* https://github.com/LudovicRousseau/pyscard
 
 
==Pranala Menarik==
 
* [[5G]]

Latest revision as of 22:04, 21 December 2022

pyscard: smartcard library untuk python

pyscard - python smart card library - modul python yang menambahkan dukungan smart card ke python.


Update Repository

apt update

Instal paket paket pendukung


apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev

pip install pycrypto

Download Pyscard

https://sourceforge.net/projects/pyscard/files/pyscard/
https://github.com/LudovicRousseau/pyscard

jika diletakan di folder Download maka pindahkan ke folder home

mv ~/Downloads/pyscard-1.9.5.tar.gz ~


Referensi


Pranala Menarik