# simple-thread-python
This is a simple thread util (python)
유틸로 사용 할 수도 있는 간단한 파이썬 쓰레드 예제 입니다.
최근 대량의 데이터 수집용 멀티 클라이언를 개발코자 아래와 같이 챗GPT 제안 코드를 참고하여 진행 했습니다 :-)
질문 #1 : Python 멀티 쓰레드 예제 부탁해
질문 #2 : Python 멀티 쓰레드 실행 결과 통합 예제 부탁해
질문 #3 : python 멀티 쓰레드 동시 실행수 10개 제한 예제 부탁해
## Sample Code
* simple-thread-python-worker.py : 간단한 예제 (질문 #1 참고)
* simple-thread-python-results.py : 실행 결과 통합 예제 (질문 #2 참고)
* simple-thread-python-lotto.py : 멀티 쓰레드 동시 실행 제한 설정 및 결과 통합 예제 (질문 #2 #3 참고, 로또 데이터 수집 및 통계 - RegEx 는 거들뿐)
## Thanks To
* ChatGPT : https://chat.openai.com/
* https://github.com/cafewill/simple-thread-maven
* https://github.com/cafewill/simple-thread-gradle
* https://github.com/cafewill/simple-thread-python
연구개발