GL.iNet GL-MT1300 OpenWrt 22.03 with parental control and python

Hi,

I'm wondering if the GL.iNet GL-MT1300 equipped with OpenWRT 22.03 is capable to manage parental control and if it is possible to install python 3.
Thanks

"Parental control" is too wide a field, as it ranges from access (time/ traffic) limitations to content censoring, while the former is relatively easy, the later for sure isn't (at least not if you want to take it seriously).

Yes, although keep in mind that your system resources (32/256) and don't really favour high-level interpreted languages like python, ruby, go, etc. A slightly beyond basic python3 environment is available, pip might bring in non-native additions as well, but native code with python bindings would have to be cross-compiled externally.

sure, but I'm talking about time filtering and domain filtering in a simple way.
Let me provide you with an example:

from 10:00 to 12:00 Monday to Friday, device A, lock youtube.com

things like this...

Adguard will get you a lot of the way there.

Or if there’s only a few rules you want you could do it with cron jobs