Skip to content

Reb0rnEnder/GWOApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWOApi

Really cool module for interacting with gdańskie wydawnictwo oświatowe's apps

Uses only 3 external packages

> pip install -U gwo

Usage

import asyncio
from GWO import GWOApi

async def main():
    client: GWOApi = await GWOApi.login("example", "password123")
    print(client.user)

asyncio.run(main())

We use analytics but don't worry, they're anonymous

About

cool module for GWO (can anwser exercises)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published