Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsu2000/file_converter
A simple file conversion web app. Converts MAL Anime List from .xml to a .xlsx file.
https://github.com/tsu2000/file_converter
anime conversion converter csv export myanimelist pdf weeaboo
Last synced: about 1 month ago
JSON representation
A simple file conversion web app. Converts MAL Anime List from .xml to a .xlsx file.
- Host: GitHub
- URL: https://github.com/tsu2000/file_converter
- Owner: tsu2000
- License: mit
- Created: 2023-02-15T11:18:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T15:16:49.000Z (almost 2 years ago)
- Last Synced: 2024-05-11T05:53:17.066Z (8 months ago)
- Topics: anime, conversion, converter, csv, export, myanimelist, pdf, weeaboo
- Language: Python
- Homepage: https://convert-file.streamlit.app
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file_converter
A simple file conversion web application that allows users to convert (for now):
- MyAnimeList (MAL) `.xml` file exports to `.xlsx` files for greater readability. Available for both 'Anime List' and 'Manga List' files. View [**here**](https://myanimelist.net/panel.php?go=export) to see how to export your data.
- `.pdf` files to `.xlsx` files
- `.txt` files to `.csv` files
- `.csv` files to `.json` filesAny suggestion for different types of file conversions (that are widely used, or fulfill a specific niche) is welcome.
**Known limitations:**
- Individual file size for `st.file_uploader` is limited to a maximum of **200MB**
- Modules used may not be up-to-date, resulting in conversion errors, or unexpected data conversions.
- Encrypted `.pdf` files cannot be processed. Check `.pdf` security settings before uploading.**Link to Web App**:
[]()