From deb4dd709dc6caa9c3495069f7a52b939fc733a5 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Fri, 6 Nov 2020 22:57:00 +0100 Subject: [PATCH] Added traf2000Converter readme Signed-off-by: Ettore Dreucci --- traf2000Converter/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 traf2000Converter/README.md diff --git a/traf2000Converter/README.md b/traf2000Converter/README.md new file mode 100644 index 0000000..5fcab9a --- /dev/null +++ b/traf2000Converter/README.md @@ -0,0 +1,29 @@ +# fattureSanRossore Downloader + +[![MIT License](https://img.shields.io/badge/license-MIT-blue)](../LICENSE.md) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Noettore/fattureSanRossore)](#) [![GitHub last commit](https://img.shields.io/github/last-commit/Noettore/fattureSanRossore)](https://github.com/Noettore/fattureSanRossore/commit/master) + +## Getting Started + +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. + +### Prerequisites + +- [Python3](https://www.python.org/) + +### Run + +To run you can simply execute python script. +It will ask for an input(.csv) and an output(TRAF2000) file. + +## Dependencies + +- [unidecode](https://pypi.org/project/Unidecode/) +- [easygui](https://pypi.org/project/easygui/) + +## Author + +- [**Ettore Dreucci**](https://ettore.dreucci.it) + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](../LICENSE.md) file for details \ No newline at end of file