win-get(windows-get)

win-get is an automated install system and software repository for Microsoft Windows written in pascal (for the command line client) and php for the online repository. The ideas for its creation come from apt-get and other related tools for the *nix platforms.


The system works by connecting to a link repository. Finding an application and downloading it from the stored link using wget.exe . Then performing the installation routine (silent or standard). And finnally deleting the install file.


Installation: 1. Download wget.exe 2. Download win-get.exe (version 1.01) 3. Put the 2 files some where on your system (I like in the c:\windows so they are system wide accessible). *** If you are upgrading to the 1.x version from any previous version you must delete your win-get.conf file and allow win-get to recreate it!! *** Questions, Comments, Bug-reports? visit the sourceforge site at: http://sourceforge.net/projects/windows-get or email me ryan.proctor@gmail.com You can view the current changelog here: changelog.txt

내용

 

http://windows-get.sourceforge.net/

 


Posted by 장안동베짱e :


# Python 라이브러리

optparse : 커멘드라인에서 옵션을 처리하기 위한 라이브러리

python-nmap : python에서 nmap 을 사용할수 있는 라이브러리

pexpect : 프로그램 작동, 프로그램의 결과 받아서 자동화를 할수 있는 라이브러리(이책에서는 ssh 접속 자동화를 위해 사용)

pxssh : pexpect라이브러리에 있는 ssh 세션과 직접 연동할 스크립트

ftplib : ftp라이브러리

_winreg : 윈도우 레지스트리를 읽기위한 라이브러리

mechanize : 웹 자동화 라이브러리

pyPDF : PDF 문서 관리 라이브러리

exiftool : Exif 정보 라이브러리

beutifulsoup4 : html, xml 의 구문분석 라이브러리

PIL : 파이선 이미지 라이브러리

sqlite3 : sqlite3 라이브러리

pyGeoIP : GeoLiteCity 데이터베이스를 쿼리 할수 있는 라이브러리

dpkt, scapy : 패킷분석을 위한 라이브러리

python-bluez : 파이선 블루투스 라이브러리

cookielib : 쿠키를 처리할수 있는 라이브러리

smtplib : smtp 라이브러리

ctype : C스타일 코드를 작성하기 위한 ctype 라이브러리


: python-nmap pexpect pxssh ftplib _winreg mechanize pyPDF exiftool beutifulsoup4 PIL sqlite3 pyGeoIP dpkt, scapy python-bluez cookielib smtplib ctype



Posted by 장안동베짱e :