fogleman / FeedNotifier

Feed Notifier is a Windows application that resides in the system tray and displays pop-up notifications on your desktop when new items arrive in your subscribed RSS or Atom feeds
http://www.feednotifier.com/
BSD 3-Clause "New" or "Revised" License
165 stars 49 forks source link

How to build the exe from source? #81

Closed onlinesid closed 7 years ago

onlinesid commented 7 years ago

Please help. Is there an information about how I can download this source code and build the exe installer myself? I'm guessing something about python on Windows? That or using VS community edition?

fogleman commented 7 years ago

setup.py, which uses py2exe, is what creates the exe file.

onlinesid commented 7 years ago

Thank you for the quick reply and for the info. Not a Python person myself hence my unfamiliarity with Python world, but this project might turn me into one