Making a Notes App for Windows XP: part 0
NOTE: This post is more of a project log than a tutorial on how to make a notes app for windows xp. I will try to document my progress as I go along, but its important to note that I may skip steps if I feel they are trivial, and while my code will be put on Github, I might not always state the exact logic behind specific sections of it.
Intro Link to heading
The other day, as detailed in a previous post, I revieved a windows xp machine. I had some fun playing with it, and I played a bit of DOOM and Halo. Recently, though, I wondered to myself if I could develop my own app within the limitations of Windows XP. After all, how hard could it possibly be? A lot of people have made apps for Windows XP, after all. I actually made quite a bit of progress on the app before I decided to start documenting it, so this post is meant to display all the stuff I already got done.
The app Link to heading
Here’s a first look at the app as it is right now. Note that my notes can’t actually take notes right now, given that it can’t read files, parse anything other than plain and italic text, or even edit text. I just made a minimal parser and text display.
I’m developing it using IDLE and just running it in xp, nothing really special here.