Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoTanuki committed Jul 23, 2023
1 parent 26bdb64 commit a2750cf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
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
* No dependencies required

* ![API Reference](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/BitmapLib_Doc.md)

# Instructions

Run Hello_somestring_here.py

This will show minimum code to accomplish certain tasks
* ![Hello_Darkness.py](https://github.com/TechnoTanuki/Python_BMP/blob/main/Hello_Darkness.py) (my old friend) is a minimum template

* ![Hello_Darkness.py](https://github.com/TechnoTanuki/Python_BMP/blob/main/Hello_Darkness.py) (my old friend) is a minimum template

Run ![Features_Speedtest.py](https://github.com/TechnoTanuki/Python_BMP/blob/main/Features_Speedtest.py)
* It should generate a bitmap and open MS Paint under windows to show output...

* 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)
Expand All @@ -33,12 +36,12 @@ See: https://k0nze.dev/posts/python-relative-imports-vscode/
* (Module Relative imports dont work in VS Code but code as-is runs fine in terminal or IDLE)

# Moar docs
* ![Hello Graphics](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Graphics.md)
* ![Hello Text](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Text.md)
* ![Hello Fractals](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Fractals.md)
* ![Hello Image Processing](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Image_Processing.md)

* ![Hello Graphics](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Graphics.md)\

* ![Hello Text](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Text.md)

* ![Hello Fractals](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Fractals.md)

* ![Hello Image Processing](https://github.com/TechnoTanuki/Python_BMP/blob/main/docs/Hello_Image_Processing.md)

0 comments on commit a2750cf

Please sign in to comment.