Metadata-Version: 2.1
Name: tqdj
Version: 0.0.2
Summary: A progress bar that plays lofi music
Home-page: https://github.com/sri-rad/tqdj
Author: Srihari Radhakrishna
Author-email: rsrihari95@gmail.com
License: UNKNOWN
Description: # tfdj :musical_keyboard::coffee:
        
        Set the mood for your lengthy data processing or model training tasks using tfdj, a detailed  **progress bar** that is also a **LOFI RADIO**!!! Run your process, get some coffee, V I B E to the tunes and you'll know you're done when the music stops.
        
        ![Alt Text](https://i.gifer.com/9CSA.gif)
        
        tqdj borrows a bunch of code from [tqdm](https://github.com/tqdm/tqdm).
        
        ### Installation
        
        ```sh
        $ pip install tqdj
        ```
        
        ### Usage
        Wrap any iterable with tqdj(iterable), and you're done!
        
        ![Alt Text](https://i.imgur.com/kGBex5I.png)
        
        Note: Only works on local machine.
        
        ### License
        
        MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
