diegoperezeng / yl-sticky-note

A stick note that is always on top, to remember of things you have wrote in Google Keep.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yl-sticky-note

A stick note that is always on top, to remember of things to do.

Dependencies and running

You'll need to install Python version 2.7.9 or later, and after that the needed dependencies with the pip command.

  1. Enter the cmd in windows or terminal in your linux version.

  2. In the project folder, enter in the "src" folder and run the follow command:

    pip install -r requirements.txt
    
  3. Run the script: Run the script using the following command:

    python main.py
    

About

A stick note that is always on top, to remember of things you have wrote in Google Keep.

License:MIT License


Languages

Language:Python 99.2%Language:Batchfile 0.8%