Skip to content

Commit 2b97799

Browse files
committed
settle on pythonbmp as name for PyPI fr interim
1 parent ed805b5 commit 2b97799

File tree

276 files changed

+23376
-23376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+23376
-23376
lines changed

Features_Speedtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| to a bitmap file. |
3333
-----------------------------------
3434
"""
35-
from Python_BMP.BITMAPlib import(
35+
from pythonbmp.BITMAPlib import(
3636
addvect,
3737
adjustcolordicttopal,
3838
beziercurve,

Hello_1bitBMP_Downscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414

15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
reduce24bitimagebits as f,
1717
getfuncmetastr as meta
1818
)

Hello_3D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414

15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
addvect,
1717
bottomrightcoord,
1818
centercoord,

Hello_3D_surfaceplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414
from math import sin, cos, pi
15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
centercoord,
1717
getRGBfactors,
1818
newBMP,

Hello_4bitBMP_Downscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414

15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
reduce24bitimagebits as f,
1717
getfuncmetastr as meta
1818
)

Hello_8bitBMP_Downscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414

15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
reduce24bitimagebits as f,
1717
getfuncmetastr as meta
1818
)

Hello_8bitPixels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| to a bitmap file. |
1212
-----------------------------------
1313
"""
14-
from Python_BMP.BITMAPlib import(
14+
from pythonbmp.BITMAPlib import(
1515
newBMP,
1616
plotxybit as f,
1717
getfuncmetastr as meta,

Hello_APP_Github_ID.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-----------------------------------
1313
"""
1414
from math import sin, cos, pi
15-
from Python_BMP.BITMAPlib import(
15+
from pythonbmp.BITMAPlib import(
1616
centercoord,
1717
getX11RGBfactors,
1818
getX11colorname2RGBdict,

Hello_Astroidfractal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| to a bitmap file. |
1212
-----------------------------------
1313
"""
14-
from Python_BMP.BITMAPlib import(
14+
from pythonbmp.BITMAPlib import(
1515
getX11RGBfactors,
1616
saveastroidfractal2file as f,
1717
getfuncmetastr as meta,

Hello_BarnsleyTree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| to a bitmap file. |
1212
-----------------------------------
1313
"""
14-
from Python_BMP.BITMAPlib import(
14+
from pythonbmp.BITMAPlib import(
1515
getX11RGBfactors,
1616
savebarnsleytreefractal2file as f,
1717
fractaldomainparamdict as d,

0 commit comments

Comments
 (0)