Aiotdk is an async library written to search for data in the TDK Dictionary.
pip install aiotdk
import asyncio
from aiotdk.gts import search
async def main():
result = await search("elma")
print(result)
asyncio.run(main())
This project is licensed under the NU AFFERO GENERAL PUBLIC LICENSE (v3) - see the LICENSE file for details.
This project is not affiliated with TDK in any way. It is a project created for educational purposes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Add more tests
- Add more documentation
- Add more examples
- Add more features