This is basically a very barebones note taking app made using Kivy.
The only thing required apart from Python is the Kivy package. So within a virtual environment run :
sudo apt install python3-kivy #For Python 3.xThis can be run normally like any other Python program. An APK can also be built for Android Devices using Bulldozer, which is a standard Python Packager for Android.