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