visualcurrent / Notion-2-Obsidan

Conversion routines to convert all Notion .md exports to full Obsidian compatibility
262 stars 47 forks source link

How do I make it work #10

Closed h-bernardo closed 3 years ago

h-bernardo commented 3 years ago

I am on a windows machine, I am not much of a programmer. I don't know where to run the file, tried Windows Terminal, Python 3.8 from Microsoft Store, Anaconda Spyder, all give error somewhere

nicknitride commented 3 years ago

Yeah you have to install a couple of dependencies

  1. easygui https://pypi.org/project/easygui/
  2. and https://stackoverflow.com/questions/20044559/how-to-pip-or-easy-install-tkinter-on-windows python3-tk on linux step 2 is actually just sudo apt-get install python3-tk
h-bernardo commented 3 years ago

It worked! Thanks a lot