Metadata-Version: 2.4
Name: ruythcoref
Version: 1.0.0
Summary: A Library Python
Author: ruythbot_huy
License: MIT License
        
        Copyright (c) 2025 Huy
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://ruythcore.vercel.app/docs/ruythcoref
Project-URL: Homepage, https://github.com/huy746/ruyth-core
Project-URL: Issue tracker, https://github.com/huy746/ruyth-core/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptool>=61.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: python-docx>=0.8.11
Requires-Dist: PyPDF2>=3.0.0
Requires-Dist: fpdf>=1.7.2
Dynamic: license-file

![banner](https://github.com/huy746/ruythcoref/blob/main/template/banner.png)
# ruythcoref
[![discord](https://img.shields.io/badge/join_us-on_discord-5865F2?)](https://discord.gg/p9td7x8Mj4)
[![pypi](https://img.shields.io/pypi/v/ruytcoref.svg)](https://pypi.org/project/ruythcoref)
[![Python](https://img.shields.io/pypi/pyversions/ruythcoref.svg)](https://pypi.org/project/ruythcoref)

> - ruythcoref is a library that converts files from .txt to .pdf

##### The converted document is
> - FDF
> - TXT
> - DOCX
> - CSV
> - XML

# Getting Started
To run please run on temiall:
```bash
pip install ruythcoref
```
## Code
```bash
import ruythcoref 
#Convert file from .txt to .pdf

ruythcoref.convert("example.txt", "example.pdf")
```
> - Note: You can rename the current file.

# Run
```bash
python xfile.py
```
