Pysimcard: Download: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
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


Line 4: Line 11:


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 11: Line 20:


  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

Revision as of 08:07, 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