Metadata-Version: 2.1
Name: cann_calculator
Version: 1.0.1
Summary: A calculator application by Cann
Home-page: UNKNOWN
Author: cann
Author-email: savemefromthedark777@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/cann072000/cann_calculator
Description: # Simple Calculator
        
        This simple calculator application takes input from the user for mathematical operations and displays the results.
        
        ## How to Use
        
        1. Run the `main.py` file.
        2. Enter the first and second numbers.
        3. Choose the desired operation (+, -, *, /).
        4. Observe the result.
        
        ## Requirements
        
        - Python 3.x
        
        ## Installation
        
        1. Clone the repository:
        
            ```bash
            git clone https://github.com/cann072000/cann_calculator.git
            ```
        
        2. Navigate to the project directory:
        
            ```bash
            cd cann_calculator
            ```
        
        3.Install the required dependencies:
        
        
            pip install -r requirements.txt
        
            
         4. Run the application:
        
            ```bash
            python3 main.py
            ```
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
        
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
