Skip to content

TechnoTanuki/Python_BMP

Repository files navigation


pythonbmp


A pure Python 2D/3D graphics library that outputs to windows bitmap format

  • Developed and tested using Python 3.8 / 3.10.4 / 3.11 / 3.12

  • No dependencies required

  • YouTube Playlist

  • API Reference

  • PyPI

Instructions

Run Hello_somestring_here.py

This will show minimum code to accomplish certain tasks

  • Hello_Darkness.py (my old friend) is a minimum template

Run Features_Speedtest.py

speed test on YouTube

  • It should generate a bitmap and open MS Paint under windows to show output...
  • Close the MS Paint window to execute another script

Unit tests (images are links to test)

Picmanip

Fractals

Text

  • Will generate images (one per function under test) then compare it with previously generated images generated with the function under test (this might take a while)

Moar docs

  • Hello Graphics

  • Hello Text

  • Hello Fractals

  • Hello Image Processing