Metadata-Version: 1.1
Name: bojmaker
Version: 0.4
Summary: Setting up bothering BOJ problems all at once.
Home-page: https://github.com/6Soo/BOJ_maker_for_python
Author: 6Soo
Author-email: kkokko-hero@hanmail.net
License: MIT
Description: # BOJ_maker_for_python
        
        Setting up bothering BOJ problems all at once.
        
        
        
        ### 귀찮은 백준 문제 셋팅을 한번에
        
        
        
        - 문제 번호만 입력하면
          - 문제 번호_문제 이름 으로 폴더 생성
          - sol1.py 파일 생성 및 import sys 입력
          - input.txt 파일 생성 및 예제 입력 1 자동 입력
        
        
        
        - SSAFY 5기 화이팅~
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
