Metadata-Version: 2.1
Name: tea-weather-app
Version: 0.1.3
Summary: UNKNOWN
Home-page: UNKNOWN
Author: cann
Author-email: savemefromthedark777@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/cann072000/tea_weather_app
Description: # Tea Weather App
        
        Tea Weather App is an exciting project with a focus on creating a simple weather application. The primary objective is to provide users with an easy and enjoyable way to check the weather.
        
        ## Installation
        
        To install Tea Weather App on your local machine, follow these steps:
        
        1. Clone the repository:
        
         ```
          git clone https://github.com/cann072000/tea_weather_app.git
          ```
        
        2. Navigate to the project directory:
        
        ```
          cd tea_weather_app
         ```
        
        3. Install the required dependencies:
        
            ```
            pip install -r requirements.txt
            ```
        
        ## Usage
        
        Run the application with the following command:
        
        ```
        python3 tea_weather_app.py
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
