=========================
WPLogin by GreenWorld Dev
=========================

A Simple WordPress Login Modul by GreenWorld Dev

Code Example:
--------------
import wplogin

wpurl = 'your-wproot-rul'
user = 'your-wp-username'
pw = 'your-wp-password'

Important:
-----------
With "wpurl" only the url for the wordpress installation for example "https://example.com" and without a slash at the end.

Required:
----------
- requests (pip install requests)