This is a GUI variant of BIDS Dataset Description generator
(https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html)
- Python 3.x
- PyQt5
Executing from command line:
- Download and extract files from zip archive or clone the repository
- Open a terminal(Linux/macOS) or a PowerShell/CMD(Windows)
- In the terminal navigate to the directory containing "main.py"
- Execute command:
python main.py
- or (depending on Operating System):
python3 main.py
Executing from Spyder:
- Download and extract files from zip archive or clone the repository
- Open Spyder, in File tab select Open and navigate and open "main.py"
- Click on run file button
Executing from PyCharm:
- Open PyCharm
- Select Get from Version Control (or if a project is open from VCS tab select Get from Version Control)
- Enter repository URL: https://github.com/tolik-g/BIDS and import the project
- In PyCharm right click on main.py and select Run 'main'