Skip to main content

Tools & utilities associated with online logins of YKPS.

Project description

YKPS Tools

Tools & utilities associated with online logins of YKPS. YKPS Tools require a distribution of Python 3.x installed.

Installation

YKPS Tools can be installed by using pip in shell:

python3 -m pip install git+https://github.com/icreiuheciijc/ykpstools.git

Demonstration

Test

To test what the repository can do:

python3 -m ykpstools

Example

In Python shell:

>>> import ykpstools as yt
>>>
>>> # Login to Powerschool Learning
>>> page = yt.User(prompt=True).psl_login()
>>> # Print html
>>> print(page.soup().find('div', id='navbarowner'))
<div id="navbarowner">
    *Your name should appear here*
  </div>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

ykpstools-1.0.0-py3.6.egg (17.9 kB view hashes)

Uploaded Source

ykpstools-1.0.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page