Code Monkey home page Code Monkey logo

python_bmp's Introduction


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

python_bmp's People

Contributors

aphkyle avatar greyblue9 avatar technotanuki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python_bmp's Issues

Add packaging metadata

I think it would be great to add a setup.py or pyproject.toml file to the root of the repository ๐Ÿฅณ

This would enable another developer such as me, to:

  • clone from github
  • install the package from source using pip install .
  • install the package editable using pip install -e .
  • generate a wheel for the package using setup.py bdist etc. (for subsequent install or testing)
  • run the tests (and possibly demos)

I'd be happy to help with any of this if you like the idea(s) ๐Ÿš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.