Abbreviations for Innovative and Catchy Enthusiasms
Aicé 팩 디렉토리에 다음 JSON 형식에 맞춰 상용구를 지정합니다.
Aicé 팩 디렉토리는 플랫폼에 따라 다음과 같습니다.
- Windows:
%APPDATA%\Aice\packs
- Unix:
~/.aice/packs
{
";gd": "안녕하세요",
"hw": "Hello, world!"
}
프로그램을 실행하면 사용구가 지정됩니다.
Windows의 경우 shell:startup
디렉토리에 Aice.exe
에 대한 바로가기를 두어
컴퓨터 실행과 함께 자동으로 실행되도록 설정할 수 있습니다.
pyinstaller -w -i .\res\icon\icon1024.png -n Aicé __main__.py
- macOS에서는 배포 전에 아이콘을 수정해야 합니다.
- macOS에서는
Frameworks
이하에res
를 추가해야 합니다. - Windows에서는
Aicé.exe
파일과 함께res
를 추가해야 합니다.