Rachel-Pi Log Converter is still under development All help that you could give would be greatly appreciated. Please see the Contributing section for more information. Also, the preview website is run at my own cost so any donations would be greatly appreciated. Please see the Donations section for more information.
Rachel-Pi Log Converter is a web application that allows you to convert the logs from the Rachel-Pi into a more readable format. The logs are converted into a CSV file that can be viewed in any Spreadsheet application.
This format makes it easy for anyone to view the logs and create reports on the usage of the Rachel-Pi.
The preview site is quite slow when you have a lot of log files you need to process so I would advice you run the application locally, this would greatly increase the speed at which you work.
- Python 3.6 or higher
- Pip
- Clone the repository
git clone https://github.com/Llewellyn500/RACHEL-Pi-log-file-converter.git
cd RACHEL-Pi-log-file-converter
- Install the required packages
pip install -r requirements.txt
- Run the application
python app.py
- Open the application in your browser
http://localhost:5000
- Select the log files you want to convert
- Click the "Convert and Download" button
- Wait for the conversion to finish
- Click the "Download" button to download the converted file
Refer to the CODE_OF_CONDUCT.md guide to start contributing to Rachel-Pi Log Converter.
Refer to the License.md page for information about licensing.
Refer to the Donations.md page for information about donations.