Hi I am @ken-morel a pythonista looking for collaborators, prices and project. I like coding, as tells my wakatime, but I also like being able to help other developers or users with self made or team made tools.
I currently work on efus. Something I aim to help better markup UI components(at least better than XML) with builtin reactivity just for you to extend. currently looks like... Page.efus
using taktk.components:Window, Frame
using tkinter.constants
Window
Frame padding=10px pos:pack=true
Label text=&label_text pos:pack=true
Button command=(click) pos:pack=true
... and python code...
from efus import Comp2nent
class Page(Comp2nent):
label_text = "label "
def click(self):
self['label_text'] += ">"
self.namespace.update()
component = Page.make()
root = component.render()
root.mainloop()
# or Page.make().render().mainloop()
... Still bulky, working on it, tomorrow.
I sometimes browse stack overflow questions, and try editing or answerring what I can
My best meal could be...
An ubuntu flavoured beautifull python soup as that composed by wayland cooks.
Yeah, not good, workin' on it!
I code mostly in python and javascript and a little go.
π± My GitHub Data
π¦ ? Used in GitHub's Storage
π« Not Opted to Hire
π 49 Public Repositories
π 0 Private Repositories
I'm an Early π€
π Morning 302 commits βββββββββββββββββββββββββ 17.27 %
π Daytime 583 commits βββββββββββββββββββββββββ 33.33 %
π Evening 380 commits βββββββββββββββββββββββββ 21.73 %
π Night 484 commits βββββββββββββββββββββββββ 27.67 %
π I'm Most Productive on Friday
Monday 258 commits βββββββββββββββββββββββββ 14.75 %
Tuesday 186 commits βββββββββββββββββββββββββ 10.63 %
Wednesday 262 commits βββββββββββββββββββββββββ 14.98 %
Thursday 288 commits βββββββββββββββββββββββββ 16.47 %
Friday 298 commits βββββββββββββββββββββββββ 17.04 %
Saturday 172 commits βββββββββββββββββββββββββ 09.83 %
Sunday 285 commits βββββββββββββββββββββββββ 16.30 %
π This Week I Spent My Time On
ποΈ Time Zone: Africa/Douala
π¬ Programming Languages:
Other 13 hrs 41 mins βββββββββββββββββββββββββ 43.05 %
Python 6 hrs 33 mins βββββββββββββββββββββββββ 20.64 %
JavaScript 3 hrs 35 mins βββββββββββββββββββββββββ 11.29 %
Svelte 3 hrs 26 mins βββββββββββββββββββββββββ 10.80 %
Sass 2 hrs 56 mins βββββββββββββββββββββββββ 09.24 %
π₯ Editors:
Sublime Text 20 hrs 48 mins βββββββββββββββββββββββββ 65.41 %
Chrome 11 hrs βββββββββββββββββββββββββ 34.59 %
π±βπ» Projects:
svghai 13 hrs 25 mins βββββββββββββββββββββββββ 42.19 %
Efus 6 hrs 21 mins βββββββββββββββββββββββββ 19.96 %
Unknown Project 2 hrs 47 mins βββββββββββββββββββββββββ 08.75 %
sway 2 hrs 26 mins βββββββββββββββββββββββββ 07.68 %
waybar 2 hrs 15 mins βββββββββββββββββββββββββ 07.10 %
π» Operating System:
Linux 31 hrs 49 mins βββββββββββββββββββββββββ 100.00 %
I Mostly Code in Python
Python 21 repos βββββββββββββββββββββββββ 55.26 %
HTML 5 repos βββββββββββββββββββββββββ 13.16 %
Go 3 repos βββββββββββββββββββββββββ 07.89 %
CSS 2 repos βββββββββββββββββββββββββ 05.26 %
C++ 2 repos βββββββββββββββββββββββββ 05.26 %
Timeline
Last Updated on 25/12/2024 18:43:09 UTC
If we pull together and commit ourselves, then we can push through anything. β Mona the Octocat