├── IndieFlower-Regular.ttf ├── LICENSE ├── MyPdf └── assignment.pdf ├── PageDim.bak ├── PageDim.dat ├── PageDim.dir ├── README.md ├── page.jpeg ├── pp.py ├── requirements.txt ├── text1.png ├── text2.png ├── text3.png ├── text4.png └── writing_text.txt /IndieFlower-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/IndieFlower-Regular.ttf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/LICENSE -------------------------------------------------------------------------------- /MyPdf/assignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/MyPdf/assignment.pdf -------------------------------------------------------------------------------- /PageDim.bak: -------------------------------------------------------------------------------- 1 | 'pagedimensions', (0, 24) 2 | -------------------------------------------------------------------------------- /PageDim.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/PageDim.dat -------------------------------------------------------------------------------- /PageDim.dir: -------------------------------------------------------------------------------- 1 | 'pagedimensions', (0, 24) 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/README.md -------------------------------------------------------------------------------- /page.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/page.jpeg -------------------------------------------------------------------------------- /pp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/pp.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pillow -------------------------------------------------------------------------------- /text1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/text1.png -------------------------------------------------------------------------------- /text2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/text2.png -------------------------------------------------------------------------------- /text3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/text3.png -------------------------------------------------------------------------------- /text4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/text4.png -------------------------------------------------------------------------------- /writing_text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VighneshPath/Hand-Written-Notes/HEAD/writing_text.txt --------------------------------------------------------------------------------