Creating sticky notes has never been easier.


Keywords
python, python3, sticky-notes
License
MIT
Install
pip install noty==0.11.0

Documentation

Creating sticky notes has never been easier.

PyPI_version PyPI download month GitHub license

Now available at PyPI: noty

❗️ This program will not work with Python2, it only works with Python3

Easy and fast installation.

Installation


For ease of installation, it is recommended you use pipx instead of pip.

Using pipx:

# Install it
$ pipx install noty

# Run it
$ noty

# You are now ready to use it!

Without using pipx:

Using pip:

# Install it
$ pip3 install noty

# Run it
$ noty

# You are now ready to use it!

Without using pip:

# Clone the repository
$ git clone https://github.com/GrgBls/noty.git

# Move into noty folder.
$ cd noty

# Install noty
$ sudo python3 setup.py install

# Run it
$ noty

# You are now ready to use it!

How to:

# Run it
$ noty #If this doesn't work, try reinstalling using the command sudo.

# Type your notes
$ Remember to buy milk.

# You are now ready to use it.

Installation requirements.


python3

tkinter

pipx