Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.38 KB

Library_Docs.md

File metadata and controls

23 lines (17 loc) · 1.38 KB

Libraries Used

  • Pygame

Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.
The link for documentation of the library is given here
pygame

  • NumPy

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
The link for documentation of the library is given here

numpy

  • cx_Freeze

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.7 or higher (including Python 3).
The link for documentation of the library is given here

References

Wikipedia
NumPy
Pygame cx_Freeze