Git Product home page Git Product logo

wickynotes's Introduction

wickynotes

"wickynotes" is a sticky notes app with "wiki" features.

Any note title will show up as a link in other notes. For example if you have a note called "To Do" and another note called "Groceries" when you write groceries on your to do list, it will become a link to the groceries note automatically. You can use this to go to that note even if it is closed.

Change a note: Simply change the note as you wish, the first line of your note will become the new title. When you close the note it will be saved.

Delete a note: Simply open the note, delete the contents (including title) and close the note. Its gone from that point forward.

About: I wrote this as I was learning python and Tk. Tk as that ships with python and is available just about everywhere that python is. It uses a simple sqlite3 file for storage. Theoretically you could place this app on cloud storage and use it from any PC (Windows/Linux/Mac/BSD). If you can reach the script and the notes.db file, it will work.

History:

  • 28/3/2015: v0.1 Prototype, mostly functional, tested on Windows 8.1 and Arch Linux under MATE and Gnome3.
  • 30/3/2015: v0.2 Dynamic links working now, previous code required restarts. Some code has been changed to comply with PEP8.
  • 1/4/2015: v0.3 Final prototype, everything works as it should, code has been cleaned up in some areas. Next version will be written from the ground up using lessons learned from this prototype stage. But you can use this version all day without issue.
  • 4/4/2015: v0.4 Single class, some functions outside the class for db access. Comments updated to reflect recent changes. Initial window is real, not a throwaway window, prevents ttk themechange error output on start up

wickynotes's People

Contributors

karl-denby avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.