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
π 9 Contributions in the Year 2025
π« Not Opted to Hire
π 52 Public Repositories
π 0 Private Repositories
I'm an Early π€
π Morning 302 commits βββββββββββββββββββββββββ 17.23 %
π Daytime 584 commits βββββββββββββββββββββββββ 33.31 %
π Evening 382 commits βββββββββββββββββββββββββ 21.79 %
π Night 485 commits βββββββββββββββββββββββββ 27.67 %
π I'm Most Productive on Friday
Monday 258 commits βββββββββββββββββββββββββ 14.72 %
Tuesday 186 commits βββββββββββββββββββββββββ 10.61 %
Wednesday 263 commits βββββββββββββββββββββββββ 15.00 %
Thursday 289 commits βββββββββββββββββββββββββ 16.49 %
Friday 298 commits βββββββββββββββββββββββββ 17.00 %
Saturday 172 commits βββββββββββββββββββββββββ 09.81 %
Sunday 287 commits βββββββββββββββββββββββββ 16.37 %
π This Week I Spent My Time On
ποΈ Time Zone: Africa/Douala
π¬ Programming Languages:
Rust 59 mins βββββββββββββββββββββββββ 77.12 %
TOML 9 mins βββββββββββββββββββββββββ 12.12 %
Other 4 mins βββββββββββββββββββββββββ 06.22 %
JSON 3 mins βββββββββββββββββββββββββ 04.45 %
Git Config 0 secs βββββββββββββββββββββββββ 00.09 %
π₯ Editors:
Sublime Text 1 hr 12 mins βββββββββββββββββββββββββ 93.78 %
Chrome 4 mins βββββββββββββββββββββββββ 06.22 %
π±βπ» Projects:
rust_guess_game 52 mins βββββββββββββββββββββββββ 68.31 %
sbook_core 24 mins βββββββββββββββββββββββββ 31.69 %
π» Operating System:
Linux 1 hr 17 mins βββββββββββββββββββββββββ 100.00 %
I Mostly Code in Python
Python 22 repos βββββββββββββββββββββββββ 53.66 %
C 2 repos βββββββββββββββββββββββββ 04.88 %
CSS 2 repos βββββββββββββββββββββββββ 04.88 %
C++ 2 repos βββββββββββββββββββββββββ 04.88 %
Rust 1 repo βββββββββββββββββββββββββ 02.44 %
Timeline
Last Updated on 08/01/2025 18:45:26 UTC
If we pull together and commit ourselves, then we can push through anything. β Mona the Octocat