What is Notalon?

Notalon is an application designed to make taking Cornell notes faster and easier. It is written specifically for the task of taking Cornell notes, unlike a word processor.

How can I get Notalon?



Download Now

Notalon is free to use, copy, modify, and distribute.


If you're on Windows, you want to download the latest Win32 Installer.

You can also download the bleeding-edge Notalon source using Subversion. You can browse the repository (all the code is in the trunk) or checkout a working copy. No compilation is necessary, since Python is an interpreted language. Just make sure that you have the libraries.

Feedback is appreciated.

User feedback is critical to the development process. Love Notalon? Hate it? Send me an email with your comments and/or criticisms.

Where did the name Notalon come from?

The idea came from the word "notes" and the "alon" suffix. Coincidentally, the title of the application is contained within the phrase "not alone", although this was completely unintended.

I think I've found a bug!

Good - I'm always looking for bugs. Send me the Notalon.exe.log file and a short description of the bug, or use the SourceForge bug reporting facilities. I would prefer the former.

How can I run Notalon from source?

Note to users: You don't need the source code to run the application. I have provided it for those users who want to look at the source code and use it. Currently, I'm the only developer, but if you want to help me develop the application then you'll need Python, as well as the following libraries:

  • wxPython - for GUI
  • ElementTree - for saving/loading XML files
  • ReportLab - for exporting PDF files
  • py2exe - for "compiling" the interpreted Python code into executables (optional, MS Windows only)

May I use Notalon's source code?

Yes! Notalon is released under the MIT license, an open-source license that permits anyone to use any part of the application's source code for any purpose, provided that he or she does not restrict these freedoms from others. It would also be nice if you mentioned where you got the code from.