easycoder 250106.12__py2.py3-none-any.whl → 250106.14__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of easycoder might be problematic. Click here for more details.

easycoder/__init__.py CHANGED
@@ -10,4 +10,4 @@ from .ec_program import *
10
10
  from .ec_timestamp import *
11
11
  from .ec_value import *
12
12
 
13
- __version__ = "250106.12"
13
+ __version__ = "250106.14"
easycoder/ec_renderer.py CHANGED
@@ -157,11 +157,11 @@ class UI(Widget):
157
157
  spec = element.spec
158
158
  pos = spec.realpos
159
159
  if spec.parent != None:
160
- pos = Vector(pos) + spec.parent.getRealPos()
160
+ pos = Vector(pos) + spec.parent.realpos
161
161
  size = spec.size
162
162
  if spec.type == 'ellipse':
163
- a = size[0]/2
164
- b = size[1]/2
163
+ a = int(size[0])/2
164
+ b = int(size[1])/2
165
165
  ctr = (pos[0] + a, pos[1] +b)
166
166
  h = ctr[0]
167
167
  k = ctr[1]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: easycoder
3
- Version: 250106.12
3
+ Version: 250106.14
4
4
  Summary: Rapid scripting in English
5
5
  Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
6
6
  Author-email: Graham Trott <gtanyware@gmail.com>
@@ -1,5 +1,5 @@
1
1
  easycoder/README.md,sha256=PYqOc_SkIGiFbyCNs90y7JqoqWe4aO1xYIW-6bOnFKU,573
2
- easycoder/__init__.py,sha256=mf88xL9RdSrr6VrmmlrLLdh3egL2uxnmvOT0Nr7nMRQ,284
2
+ easycoder/__init__.py,sha256=Bqk4iGvp4QC9Uw0PkvYjNr2_f5MJntTIk3Yi2Lb9vtc,284
3
3
  easycoder/ec.py,sha256=Nj5PRl8GsKjfGJKq0FOM1a7FeK3cN68CoIFg8lswQEg,221
4
4
  easycoder/ec_classes.py,sha256=xnWBNak8oKydkFoxHLlq9wo3lIsB3aMnTDrqbtCfoWo,1512
5
5
  easycoder/ec_compiler.py,sha256=f3zZRtbNsegBuRHTvTLK8BOdnuRq5p_p-1vtJYb-LiY,4800
@@ -8,12 +8,12 @@ easycoder/ec_core.py,sha256=71rSNOwMrO0Ik1hdgTshOYRo2XVD0Br7gUZfCR7A0OA,86291
8
8
  easycoder/ec_graphics.py,sha256=E0WhVZ6p-vvl3Zj42P6qTGyua60sTZ6JXU8MLZKrcQs,17396
9
9
  easycoder/ec_handler.py,sha256=IJvxcrJJSR53d6DS_8H5qPHKhp9y5-GV4WXAjhZxu_o,2250
10
10
  easycoder/ec_program.py,sha256=xNhFM6hoRaXx3Nl9Scn9f_qQL5-57WnvNXfwKdHl0rc,9844
11
- easycoder/ec_renderer.py,sha256=lNFm_XWBReNXP-aBa3Thii-jovRxJXxKNyXe47yz9b0,8116
11
+ easycoder/ec_renderer.py,sha256=eCd4DoHEYbn3wR5Zj6yBIIf5gH4IgGsXTeCr_LfdQfA,8121
12
12
  easycoder/ec_screenspec.py,sha256=qNqhbP16gAi2cRUD3W0dpb8tTC4-N4mE2l6HtOG0vbc,2405
13
13
  easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
14
14
  easycoder/ec_value.py,sha256=7yJovn24pPC3jrURSQyEvZ8m826fXiqxsCpSvxwNrfQ,2403
15
- easycoder-250106.12.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
16
- easycoder-250106.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
17
- easycoder-250106.12.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
18
- easycoder-250106.12.dist-info/METADATA,sha256=6r0sSsF1MXMaCRBbHlxLS3kxDYoi_Jm8Sa4oNc3TbgY,5818
19
- easycoder-250106.12.dist-info/RECORD,,
15
+ easycoder-250106.14.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
16
+ easycoder-250106.14.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
17
+ easycoder-250106.14.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
18
+ easycoder-250106.14.dist-info/METADATA,sha256=DlUpSLcVjPyOJHDcHcIItPA0fR5XNiOX3P8PgBNQDKs,5818
19
+ easycoder-250106.14.dist-info/RECORD,,