반응형

개발 76

Ubuntu 24.04 python3 venv install / uninstall

1. install 2. uninstall venv install $ sudo apt install python3-venv [ Execution log ]gangserver@RC530-U0922:~$ sudo apt install python3-venv패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : python3-pip-whl python3-setuptools-whl python3.12-venv다음 새 패키지를 설치할 것입니다: python3-pip-whl python3-setuptools-whl python3-venv python3.12-venv0개 업그레이드, 4개 새로 설치,..

개발/Python 2025.09.28

Ubuntu 24.04 python3 pip install / uninstall

1. install 2. uninstall pip install $ sudo apt install python3-pip [ Execution log ]gangserver@RC530-U0922:~$ sudo apt install python3-pip패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : libexpat1-dev libjs-sphinxdoc libpython3-dev libpython3.12-dev python3-dev python3-setuptools python3-wheel python3.12-dev zlib1g-dev제안하는 패키지: python-setuptools-d..

개발/Python 2025.09.28

로또 6/45 생성 프로그램 (Lotto 6/45 Generator) [ver 0.2]

(Eng)1. Download attached file(lotto645_v2.html)2. Double click the downloaded file (or Downloaded file open in browser)3. Click the [Generation] button (Kor)1. 첨부파일 다운로드(lotto645_v2.html)2. 다운로드 파일 더블클릭 (또는 다운로드 파일 브라우저에서 열기)3. [Generation] 버튼 클릭 * 로또 6/45 샘플 웹사이트(Lotto 6/45 sample web site) : http://gangserver.dothome.co.kr/src/html/lotto645_v2.html 로또 6/45, Lotto 6/45 | v0.2Loading... 로또 6/4..

개발/Script 2025.05.21

Lotto 6/45 random generation pyscript version(ver 0.1)

1. Download attached file(lotto645_v1.html)2. Double click the downloaded file (or Downloaded file open in browser)3. Click the [Generation] button 1. 첨부파일 다운로드(lotto645_v1.html)2. 다운로드 파일 더블클릭 (또는 다운로드 파일 브라우저에서 열기)3. [Generation] 버튼 클릭 html source : Loading... 로또 6/45    Lotto 6/45 version : 0.1 date : 2025-01-06 (Y-M-D) author : gangserver..

개발/Python 2025.03.11

Ubuntu 24.04 로또 6/45 랜덤 생성 프로그램 (PyQt5 / pyinstaller)

Python + PyQt5 + pyinstaller 를 이용하여 만든로또 6/45와 같은 1 ~ 45까지 랜덤한 숫자 6개를 총 5개 생성하는 실행 파일입니다. 티스토리 첨부파일 20MB 용량 제한으로 인해 tar.gz으로 분할 압축되었으니(lotto645.tar.gzaa, lotto645.tar.gzab, lotto645.tar.gzac) 다운로드 후 터미널 실행하여 다운로드한 폴더로 이동 후아래와 같이 tar.gz 분할 압축 해제 명령어 실행하시면lotto645 실행파일이 만들어집니다.이 파일을 실행하시면 됩니다. $ cat lotto645.tar.gz* | tar xvzf - (* 명령어 복사 붙여넣기 시 "출처: ~~~~~~~~~" 이 부분이 붙는 경우"출처" 이후 부분은 삭제 후 위 명령어만 실..

개발/Python 2025.03.05
반응형