This CLI allows you to easily fill out the columns of a CSV, prompting you with information from another cell in the row, and writing your input to a column you specify.
In cell-cycle.py
...
- Modify the path to the CSV file.
- Modify the columns you want to be a.) displayed and b.) edited
Then, run with: $ python3 cell-cycle.py
.
Press q
to exit and write to the CSV file. Your work will not be saved unless you exit like this.
WARNING: Keep the CSV file closed while working with it.