Metadata-Version: 2.1
Name: prettyhtmlfrompandas
Version: 0.0.1
Summary: Makes a beautiful html page with the pandas dataframe that you provide.
Home-page: https://github.com/ayush4921/prettyhtmlfrompandas
Author: Ayush Garg
Author-email: themoviechannel77@gmail.com
License: MIT
Download-URL: https://github.com/ayush4921/prettyhtmlfrompandas/archive/0.0.1.tar.gz
Description: prettyhtmlfrompandas makes a beautiful html page with the pandas dataframe that you provide.
        ## Documentation
        
        ### One Command You Need
        
        ```
        from prettyhtmlfrompandas import makehtml
        makehtml(df,name)
        ```
        Replace `df` with the variable that contains the pd.dataframe(...)
        Replace `name` with the heading that you want for the html file.
        
Keywords: pandas,html,ui,pretty html,dataframes to html
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Description-Content-Type: text/markdown
