timeline-view-tk

A timeline viewer programmed with Python, using tkinter

View the Project on GitHub peter88213/timeline-view-tk

Home > Timeline viewer help > “File” menu


“File” menu

New

With File > New, you can create a new project.

Open…

With File > Open or Ctrl-O, you can open an existing project file.

Reload

With File > Reload or Ctrl-R, you can overwrite the project in the memory with the last saved version.


Tip

This way you can undo changes made in the current session.


Open project file

With File > Open project file, you can open the current project file with your standard application for .csv files.

Save

With File > Save or Ctrl-S, you can save the project.

Save as…

With File > Save as… or Ctrl-Shift-S, you can save the project with another file name/at another place.

Close

With File > Close, you can close the project without exiting the program.

Quit/Exit