A simple customizable notepad i developed for fun
make sure SFML is installed sudo apt install libsfml-devcompile with g++ -c main.cpp && g++ main.o -o notopad -lsfml-graphics -lsfml-window -lsfml-system
run ./notopad
put in path as per your choice
notopad_tut.mp4
after app name, give it a username and any random pass(that feature isn't working yet), see video below
i always thought backspace was too far, so now lshift is backspace
*note: i don't think this now, but too lazy to change
with ctrl
- lshift is faster backspace
- Up and Down control font size
- '/' changes font
- s saves current text
- d displays the saved texts
- q exits
see main.cpp for rest