Skip to content

y4kupkaya/AioTDK

Repository files navigation

🔎 AioTDK

📝 Description

Aiotdk is an async library written to search for data in the TDK Dictionary.

📦 Installation

pip install aiotdk

📖 Documentation

📚 Usage

import asyncio
from aiotdk.gts import search

async def main():
    result = await search("elma")
    print(result)

asyncio.run(main())

📜 License

This project is licensed under the NU AFFERO GENERAL PUBLIC LICENSE (v3) - see the LICENSE file for details.

🔖 Disclaimer

This project is not affiliated with TDK in any way. It is a project created for educational purposes.

✒ Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

📌 Authors

🗃 Acknowledgments

📮 Credit's

  • TDK - For the data used in this project.
  • TDK-PY - For the inspiration of this project.

🗃 TODO

  • Add more tests
  • Add more documentation
  • Add more examples
  • Add more features