This Python command-line tool helps convert FFXIV Wikipedia tables into CSV files for crafting professions.
Clone the repository:
git clone <repository_url>
cd <repository_directory>
pip install -r requirements.txt
Commands Available:
list-professions
: Lists available crafting professions and level ranges.make-crafter-csv
: Generates a single CSV file for every professions craftable items.make-profession-csv <profession>
: Generates a single CSV file for a professions craftable items.
python main.py list-professions
python main.py make-crafter-csv
python main.py make-profession-csv blacksmith
python main.py make-profession-csv weaver
- Python 3.x
- BeautifulSoup4
- Fork the repository.
- Create a new branch (git checkout -b feature/improvement).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/improvement).
- Create a new Pull Request.