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
π 1,175 Contributions in the Year 2024
π« Not Opted to Hire
π 47 Public Repositories
π 0 Private Repositories
I'm a Night π¦
π Morning 303 commits βββββββββββββββββββββββββ 16.95 %
π Daytime 588 commits βββββββββββββββββββββββββ 32.89 %
π Evening 403 commits βββββββββββββββββββββββββ 22.54 %
π Night 494 commits βββββββββββββββββββββββββ 27.63 %
π I'm Most Productive on Friday
Monday 263 commits βββββββββββββββββββββββββ 14.71 %
Tuesday 188 commits βββββββββββββββββββββββββ 10.51 %
Wednesday 260 commits βββββββββββββββββββββββββ 14.54 %
Thursday 287 commits βββββββββββββββββββββββββ 16.05 %
Friday 315 commits βββββββββββββββββββββββββ 17.62 %
Saturday 179 commits βββββββββββββββββββββββββ 10.01 %
Sunday 296 commits βββββββββββββββββββββββββ 16.55 %
π This Week I Spent My Time On
ποΈ Time Zone: Africa/Douala
π¬ Programming Languages:
Other 13 hrs 53 mins βββββββββββββββββββββββββ 47.31 %
Python 8 hrs 41 mins βββββββββββββββββββββββββ 29.58 %
Svelte 2 hrs 56 mins βββββββββββββββββββββββββ 09.99 %
JavaScript 1 hr 14 mins βββββββββββββββββββββββββ 04.20 %
Sass 1 hr 6 mins βββββββββββββββββββββββββ 03.75 %
π₯ Editors:
Sublime Text 18 hrs 50 mins βββββββββββββββββββββββββ 64.18 %
Chrome 10 hrs 31 mins βββββββββββββββββββββββββ 35.82 %
π±βπ» Projects:
svghai 8 hrs 20 mins βββββββββββββββββββββββββ 28.40 %
Efus 6 hrs 28 mins βββββββββββββββββββββββββ 22.07 %
sway 4 hrs 45 mins βββββββββββββββββββββββββ 16.23 %
Unknown Project 3 hrs 3 mins βββββββββββββββββββββββββ 10.41 %
waybar 2 hrs 15 mins βββββββββββββββββββββββββ 07.69 %
π» Operating System:
Linux 29 hrs 22 mins βββββββββββββββββββββββββ 100.00 %
I Mostly Code in Python
Python 21 repos βββββββββββββββββββββββββ 56.76 %
HTML 5 repos βββββββββββββββββββββββββ 13.51 %
Go 3 repos βββββββββββββββββββββββββ 08.11 %
C++ 2 repos βββββββββββββββββββββββββ 05.41 %
CSS 1 repo βββββββββββββββββββββββββ 02.70 %
Timeline
Last Updated on 24/12/2024 18:43:54 UTC
If we pull together and commit ourselves, then we can push through anything. β Mona the Octocat