Python Forum
Want to create my own version of Notational Velocity - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Want to create my own version of Notational Velocity (/thread-10560.html)



Want to create my own version of Notational Velocity - FrankHuell123 - May-25-2018

I'm new to Python but have a basic understanding of how it works.

I want to create my own version of a text editing/note taking program, similar to Notational Velocity.

Any advice on how to get started doing this would be greatly appreciated.


RE: Want to create my own version of Notational Velocity - buran - May-25-2018

Open an IDE...
Start typing...

Seriously - what do you expect as an answer? You ask so broad question and at tge same time provide very little information. We have no clue what you know, what GUI framework you know/plan to use, etc...


RE: Want to create my own version of Notational Velocity - FrankHuell123 - May-25-2018

Well, let's start there. What GUI framework should I learn about to get started?


RE: Want to create my own version of Notational Velocity - Larz60+ - May-25-2018

This list is a bit old, but still helpful for comparison. Just note that many of these have been updated since the list was last updated.
https://wiki.python.org/moin/GuiProgramming

I know for one that my favorite is wxpython phoenix which is a complete rewrite of wxpython for python 3+.

Qt5 is a favorite of many, and it is very good. (python link PyQt5)