Metadata-Version: 2.1
Name: hotlatta
Version: 0.0.1
Summary: What is a hotlatta? by Cha Panwatsa
Home-page: https://github.com/Panwatsa
Author: Cha Panwatsa
Author-email: panwatsa.dunsirivuthi@gmail.com
License: MIT
Download-URL: https://github.com/Panwatsa
Keywords: hotlatta,Blackclover_39
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: LICENSE.txt

เป็นแพ็คเกจ Python เกี่ยวกับการทำกาแฟลาเต้
==========================================

PyPi: https://pypi.org/project/hotlatta/

สวัสดีค่ะ แพ็คเกจนี้เกี่ยวกับการทำกาแฟลาเต้ร้อน
สามารถดาวน์โหลดและเข้าไปดูวิธีทำได้

วิธีติดตั้ง
~~~~~~~~~~~

เปิด CMD / Terminal

.. code:: python

   pip install hotlatta

วิธีใช้งานแพ็คเพจนี้
~~~~~~~~~~~~~~~~~~~~

-  เปิด IDLE ขึ้นมาแล้วพิมพ์…

.. code:: python

   from hotlatta import HotLatta

   latta = HotLatta() #ประกาศชื่อ class
   latta.what_is_it() 
   latta.show_ingredients()
   latta.show_how_to(eng=True)
   latta.show_youtube()
   latta.show_ascii()


