banner output program
Project description
pyfiglet
__ ____ ___ _______
/ /_ __ ______ / __ \__ \< / __ \
/ __ \/ / / / __ \/ / / /_/ // / /_/ /
/ / / / /_/ / / / / /_/ / __// /\__, /
/_/ /_/\__,_/_/ /_/\____/____/_//____/
개요
show-banner 사용하기
가이드
- 1. 나의 프로젝트 디렉토리에 파일 생성, 프로젝트 디렉토리에 파일 생성 경로 vi src/banner_hun0219/banner.py
from pyfiglet import Figlet
def show():
f = Figlet(font='slant')
print(f.renderText('hun0219'))
- 2. pyproject.toml 파일 수정 banner.py 파일이 실행되는 스크립트를 작성한다
[project.scripts]
show-banner='banner_hun0219.banner:show'
#banner~디렉토리.파일이름:함수이름
- 3. show-banner로 해당 스크립트 로컬에서 실행
- pyproject.toml파일을 읽고 파일에 정의된 의존성 설치
$ pdm install
- python 패키지 설치
$ pip install .
- 결과 확인
$ show-banner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
banner_hun0219-0.2.5.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for banner_hun0219-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34939cc81036f4a991a2e6d49a9d6fb182ba05c45bd5c0d742e177e5e612ae43 |
|
MD5 | 8cb731ebf304ca72938ddc20600f6a99 |
|
BLAKE2b-256 | 6926d398b20db741a26066e113722a7e3e58e3cfc68472d3d3b7825557c8c2d7 |