ChaeDLR / PygameParticles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRAPHICS PROGRAMMING WITH PYGAME

PYGAME


A free open-source cross-platform library used to make multimedia computer applications.

SDL 2


Pygame is a built on top of the SimpleDirectMediaLayer software.

Mac OS venv


Create virtual environment files in your current directory

python3 -m venv (folder name)

Activate environment

source (folder name)/bin/activate

Windows 10 venv


Create virtual environment files in your current directory

python -m venv (folder name)

Activate environment

(folder name)/Scripts/activate.bat

To deactivate venv

deactivate

About


Languages

Language:Python 100.0%