Metadata-Version: 2.1
Name: samatic
Version: 1.0.0
Summary: A fun console mood booster!
Home-page: UNKNOWN
Author: Sam
License: UNKNOWN
Description: # Samatic - Boost Your Mood via Console ðŸŽ‰
        
        **Samatic** is a fun and lightweight Python package that brings a little happiness to your console!
        
        It shows a simple animated "dance" to boost your mood right from the command line.
        
        ---
        
        ## Installation
        
        ```
        pip install samatic
        
        ```
        
        ---
        
        ## Usage
        
        ```
        from samatic import mood
        
        mood.mood_booster()
        
        ```
        
        That's it!
        
        Run the function and enjoy a cheerful "Shake it!" dance in your console. ðŸ’ƒðŸ•º
        
        ---
        
        ## Features
        
        * Simple and fast.
        * Works on Windows, Mac, and Linux terminals.
        * Fun ASCII animation.
        * Great for cheering up coding sessions!
        
        ---
        
        ## Example Output
        
        ```
        \o/
        Shake it! ðŸ’ƒðŸ•º
        
        ```
        
        (animated multiple frames!)
        
        ---
        
        ## License
        
        MIT License
        
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
