마인크래프트와 함께 즐겁게 파이썬
[embedyt] https://www.youtube.com/watch?v=g99Taf-XPiE[/embedyt]
[마인크래프트]
https://www.minecraft.net/ko-kr/
https://www.minecraft.net/ko-kr/download/
https://bugs.mojang.com/browse/MCL-6243
The game crashed whilst initializing game Error: org.lwjgl.LWJGLException: Pixel format not accelerated
[파이썬]
https://www.python.org/
[실습파일]
https://onedrive.live.com/?authkey=%21AGWeDKiydfbRWyc&id=EB4F2A403D81809B%21199641&cid=EB4F2A403D81809B
[마인크래프트 서버]
https://www.google.co.kr/search?sxsrf=ACYBGNRCcFa0SEpO2xLxN8-dHehG1IVjtQ%3A1567929285931&ei=xbN0XdmxOIOxmAXa6YiYAw&q=minecraft+1.12.2+spigot+server+download&oq=minecraft+server+1.12.2+spigot&gs_l=psy-ab.1.1.0i30j0i8i30.52488.55440..58511…0.0..0.107.714.2j5……0….1..gws-wiz…….0j0i19j0i30i19.cCp5cbuIU88
https://getbukkit.org/download/spigot
[파이썬 설치후 확인 명령 및MCPI 설치]
Microsoft Windows [Version 10.0.17763.194]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\ICANDO>pip
Usage:
pip <command> [options]
Commands:
install Install packages.
download Download packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
check Verify installed packages have compatible dependencies.
config Manage local and global configuration.
search Search PyPI for packages.
wheel Build wheels from your requirements.
hash Compute hashes of package archives.
completion A helper command used for command completion.
help Show help for commands.
General Options:
-h, –help Show help.
–isolated Run pip in an isolated mode, ignoring environment variables and user configuration.
-v, –verbose Give more output. Option is additive, and can be used up to 3 times.
-V, –version Show version and exit.
-q, –quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to
WARNING, ERROR, and CRITICAL logging levels).
–log <path> Path to a verbose appending log.
–proxy <proxy> Specify a proxy in the form [user:passwd@]proxy.server:port.
–retries <retries> Maximum number of retries each connection should attempt (default 5 times).
–timeout <sec> Set the socket timeout (default 15 seconds).
–exists-action <action> Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup,
(a)bort).
–trusted-host <hostname> Mark this host as trusted, even though it does not have valid or any HTTPS.
–cert <path> Path to alternate CA bundle.
–client-cert <path> Path to SSL client certificate, a single file containing the private key and the
certificate in PEM format.
–cache-dir <dir> Store the cache data in <dir>.
–no-cache-dir Disable the cache.
–disable-pip-version-check
Don’t periodically check PyPI to determine whether a new version of pip is available for
download. Implied with –no-index.
–no-color Suppress colored output
C:\Users\ICANDO>pip install mcpi
Collecting mcpi
Downloading https://files.pythonhosted.org/packages/1a/4e/b5774a56fe5762ee6bbb1c1266f94ca0da03eb5260d0374ea38adf6d0b1d/mcpi-1.1.0-py3-none-any.whl
Installing collected packages: mcpi
Successfully installed mcpi-1.1.0
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the ‘python -m pip install –upgrade pip’ command.
C:\Users\ICANDO>