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
π 55 Public Repositories
π 0 Private Repositories
I'm an Early π€
π Morning 302 commits βββββββββββββββββββββββββ 17.17 %
π Daytime 587 commits βββββββββββββββββββββββββ 33.37 %
π Evening 385 commits βββββββββββββββββββββββββ 21.89 %
π Night 485 commits βββββββββββββββββββββββββ 27.57 %
π I'm Most Productive on Friday
Monday 258 commits βββββββββββββββββββββββββ 14.67 %
Tuesday 187 commits βββββββββββββββββββββββββ 10.63 %
Wednesday 263 commits βββββββββββββββββββββββββ 14.95 %
Thursday 289 commits βββββββββββββββββββββββββ 16.43 %
Friday 300 commits βββββββββββββββββββββββββ 17.06 %
Saturday 175 commits βββββββββββββββββββββββββ 09.95 %
Sunday 287 commits βββββββββββββββββββββββββ 16.32 %
π This Week I Spent My Time On
ποΈ Time Zone: Africa/Douala
π¬ Programming Languages:
Other 4 hrs 44 mins βββββββββββββββββββββββββ 59.06 %
Rust 1 hr 51 mins βββββββββββββββββββββββββ 23.09 %
Python 26 mins βββββββββββββββββββββββββ 05.46 %
TOML 24 mins βββββββββββββββββββββββββ 05.17 %
tmux 11 mins βββββββββββββββββββββββββ 02.45 %
π₯ Editors:
Chrome 5 hrs 45 mins βββββββββββββββββββββββββ 71.62 %
Sublime Text 2 hrs 16 mins βββββββββββββββββββββββββ 28.38 %
π±βπ» Projects:
PyExe-Forge 2 hrs 23 mins βββββββββββββββββββββββββ 29.77 %
sbook_core 1 hr 54 mins βββββββββββββββββββββββββ 23.84 %
elia 1 hr 44 mins βββββββββββββββββββββββββ 21.69 %
rust_guess_game 52 mins βββββββββββββββββββββββββ 10.99 %
ghm-chat 28 mins βββββββββββββββββββββββββ 05.96 %
π» Operating System:
Linux 8 hrs 1 min βββββββββββββββββββββββββ 100.00 %
I Mostly Code in Python
Python 23 repos βββββββββββββββββββββββββ 51.11 %
Makefile 2 repos βββββββββββββββββββββββββ 04.44 %
C 2 repos βββββββββββββββββββββββββ 04.44 %
CSS 2 repos βββββββββββββββββββββββββ 04.44 %
Rust 1 repo βββββββββββββββββββββββββ 02.22 %
Timeline
Last Updated on 11/01/2025 18:42:33 UTC
If we pull together and commit ourselves, then we can push through anything. β Mona the Octocat