/RA-report-automation

Primary LanguagePythonMIT LicenseMIT

RA Report Automation

Python project for automation of writing RA report.
21F RA report: https://docs.google.com/forms/d/e/1FAIpQLSfNkJ-7hAAs9hug1T1v-OyIw1ioC-of0V1PpEs6xE9GWL_O8A/viewform

Requirements

Quick Start

Download Source Code

For git users - Clone the repo

$ git clone https://github.com/minr2kb/RA-report-automation.git

or

Download .zip file manually

Packages Installation

Windows

$ pip install -r requirements.txt

Mac or Linux

$ pip3 install -r requirements.txt

Edit Configs in Source Code

Open main.py and change '''CONFIGS''' part into your info

Run

  1. Open terminal or cmd at the source directory '/ra-report-automation'
  2. Run main.py

Windows

$ python main_win.py

or execute 'window_exe.bat'

Mac or Linux

$ python3 main.py

Copyright

Copyright (C) 2021, Kyungbae Min kyungbae.min@stonybrook.edu Code released under the MIT license.