<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WebServerNpp (Python Script plugin)]]></title><description><![CDATA[<p dir="auto">Hello everyone! 👋</p>
<p dir="auto">I’m new to scripting and wanted to share my first creation—WebServerNpp! With some help from DeepSeek, I built this handy tool that turns Notepad++ into a local web server. I’d love for you to try it out and let me know what you think!</p>
<p dir="auto">✨ What does this script do?<br />
• Turns Notepad++ into a lightweight web server<br />
• Serves files directly from your current working directory<br />
• Perfect for quick HTML/CSS/JS testing<br />
• Full control via Notepad++'s Python console</p>
<p dir="auto">You can get the script at <a href="https://github.com/josevdr95new/WebServerNpp" rel="nofollow ugc">https://github.com/josevdr95new/WebServerNpp</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26794/webservernpp-python-script-plugin</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 04:42:30 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26794.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Apr 2025 21:04:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Fri, 25 Apr 2025 13:22:38 GMT]]></title><description><![CDATA[<p dir="auto">Nice. It’s progressing fast.</p>
<p dir="auto">Now which will come first, https or authentication?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101243</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101243</guid><dc:creator><![CDATA[notdodgeball]]></dc:creator><pubDate>Fri, 25 Apr 2025 13:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Wed, 23 Apr 2025 21:56:15 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Testing Tkinter</strong></p>
<p dir="auto"><img src="/assets/uploads/files/1745443739785-g.png" alt="G.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">GUI interface <a href="https://github.com/josevdr95new/WebServerNpp/tree/GUIinterface-py3" rel="nofollow ugc">https://github.com/josevdr95new/WebServerNpp/tree/GUIinterface-py3</a>  new branch</p>
<pre><code>git clone --branch GUIinterface-py3 --single-branch https://github.com/josevdr95new/WebServerNpp.git
</code></pre>
<pre><code>show_ws_gui()
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/101209</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101209</guid><dc:creator><![CDATA[All_StarS]]></dc:creator><pubDate>Wed, 23 Apr 2025 21:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Wed, 23 Apr 2025 02:49:09 GMT]]></title><description><![CDATA[<p dir="auto">Compatible with py3 <a href="https://github.com/josevdr95new/WebServerNpp/tree/py3" rel="nofollow ugc">https://github.com/josevdr95new/WebServerNpp/tree/py3</a> new branch</p>
<pre><code>git clone --branch py3 --single-branch https://github.com/josevdr95new/WebServerNpp.git
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/101170</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101170</guid><dc:creator><![CDATA[All_StarS]]></dc:creator><pubDate>Wed, 23 Apr 2025 02:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Wed, 23 Apr 2025 01:57:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a> Yes, I have to change it to make it work in py3</p>
<p dir="auto">Available commands:</p>
<p dir="auto">startws() - Starts the server in the current<br />
stopws() - Stops the server<br />
statusws() - Displays the server status<br />
refreshws() - Restarts the server</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101169</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101169</guid><dc:creator><![CDATA[All_StarS]]></dc:creator><pubDate>Wed, 23 Apr 2025 01:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Wed, 23 Apr 2025 00:07:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/35073">@All_StarS</a> said in <a href="/post/101145">WebServerNpp (Python Script plugin)</a>:</p>
<blockquote>
<p dir="auto">turns Notepad++ into a local web server</p>
</blockquote>
<p dir="auto">Sounds like <a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer" rel="nofollow ugc">VSCode’s Live Server</a> functionality?</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101168</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101168</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Wed, 23 Apr 2025 00:07:03 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Tue, 22 Apr 2025 23:22:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/30333">@notdodgeball</a> I’m not just trying to entertain myself.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101166</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101166</guid><dc:creator><![CDATA[All_StarS]]></dc:creator><pubDate>Tue, 22 Apr 2025 23:22:58 GMT</pubDate></item><item><title><![CDATA[Reply to WebServerNpp (Python Script plugin) on Tue, 22 Apr 2025 16:54:20 GMT]]></title><description><![CDATA[<p dir="auto">I had to convert it to Python 3 but yep, it worked. I’m curious if you have a use case or a reason behind you project or are just messing around.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101159</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101159</guid><dc:creator><![CDATA[notdodgeball]]></dc:creator><pubDate>Tue, 22 Apr 2025 16:54:20 GMT</pubDate></item></channel></rss>