Interesting things I’m currently/have worked on.
megatui (github)
Currently a work in progress.
Summary
megatui
is a terminal application designed to provide an easy way of
interacting with MEGA cloud storage.
The fantastic developers at MEGA wrote a tool called mega-cmd
that provides a
command line interface for us to interact with our cloud storage.
I took the step of creating a Python library to interface with mega-cmd
.
In the future, I want to spin off the library into being a standalone project.
However, I will have to rethink the design of it as I have learned a lot more about Python since when I started and it is not utilising the unique features of Python (I mostly programmed in C before this).