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,183 Contributions in the Year 2024
🚫 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 4 hrs 50 mins ████████░░░░░░░░░░░░░░░░░ 33.43 %
JavaScript 3 hrs 6 mins █████░░░░░░░░░░░░░░░░░░░░ 21.51 %
Svelte 2 hrs 33 mins ████░░░░░░░░░░░░░░░░░░░░░ 17.63 %
Sass 2 hrs 29 mins ████░░░░░░░░░░░░░░░░░░░░░ 17.25 %
Sublime Text Config 32 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.71 %
🔥 Editors:
Sublime Text 8 hrs 34 mins ███████████████░░░░░░░░░░ 59.33 %
Chrome 5 hrs 52 mins ██████████░░░░░░░░░░░░░░░ 40.67 %
🐱💻 Projects:
svghai 11 hrs 38 mins ████████████████████░░░░░ 80.49 %
waybar 54 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 06.32 %
ken-morel 43 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 05.06 %
luarocks 15 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.78 %
Unknown Project 15 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.74 %
💻 Operating System:
Linux 14 hrs 27 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 29/12/2024 18:41:42 UTC
If we pull together and commit ourselves, then we can push through anything. — Mona the Octocat