Metadata-Version: 2.1
Name: leeteasy
Version: 0.1.1
Summary: Desktop notification of easy daily challenge of leetcode.
Home-page: https://github.com/sudiptob2/leet-easy
Author: Sudipto Baral
Author-email: sudiptobaral.me@gmail.com
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs (==22.1.0)
Requires-Dist: certifi (==2022.9.24)
Requires-Dist: charset-normalizer (==2.1.1)
Requires-Dist: click (==8.1.3)
Requires-Dist: idna (==3.4)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: jeepney (==0.8.0)
Requires-Dist: loguru (==0.5.3)
Requires-Dist: mccabe (==0.7.0)
Requires-Dist: notify-py (==0.3.3)
Requires-Dist: packaging (==21.3)
Requires-Dist: pluggy (==1.0.0)
Requires-Dist: py (==1.11.0)
Requires-Dist: pycodestyle (==2.9.1)
Requires-Dist: pyflakes (==2.5.0)
Requires-Dist: pyparsing (==3.0.9)
Requires-Dist: requests (==2.28.1)
Requires-Dist: schedule (==1.1.0)
Requires-Dist: tomli (==2.0.1)
Requires-Dist: urllib3 (==1.26.12)

# LeetEasy
Desktop notification for easy daily challenges in [leetcode](https://leetcode.com/).

We all know Leetcode's daily challenges are awesome :sunglasses: However, sometimes these challenges are quite difficult for people who are just starting out problem-solving 	:smiling_face_with_tear:  
This tool will send desktop notification when an **Easy** daily problem is published. This way you won't miss any opportunity to grab some easy **Leetcoins** :coin:

# Contribution guideline

If you like this project and want to improve by adding features, fixing bugs or anything, please follow
the [contributing guidelines](docs/CONTRIBUTING.md).
