<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pydeploy/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pydeploy/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Jun 2025 19:06:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pydeploy/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Duy Nguyễn</title><link>https://sourceforge.net/p/pydeploy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,94 +1,48 @@
-
-
-&lt;hr/&gt;
-&lt;h1&gt;PyDeploy&lt;/h1&gt;
-&lt;p&gt;&lt;strong&gt;PyDeploy&lt;/strong&gt; is a simple tool designed to create executable (.exe) files from Python applications. Its main purpose is to help Python developers package their applications into standalone Windows executables that can run on user machines without requiring Python to be installed.&lt;/p&gt;
-&lt;h2&gt;Key Features&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Quick EXE creation:&lt;/strong&gt; Automatically bundles Python source code and dependencies into a single executable file.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Windows-focused:&lt;/strong&gt; Primarily targets Windows platform, with potential to extend support for other operating systems.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;User-friendly interface:&lt;/strong&gt; Provides an easy-to-use GUI suitable for beginners and professional developers alike.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Advanced options:&lt;/strong&gt; Allows configuration of build parameters such as app icon, additional data files, output directory, and more.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Compatibility with popular libraries:&lt;/strong&gt; Supports most commonly used Python libraries for application development.&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2&gt;Benefits of Using PyDeploy&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Saves time:&lt;/strong&gt; Minimizes manual steps in packaging Python applications.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Simplifies distribution:&lt;/strong&gt; Standalone EXE files can be shared with users who don’t have Python installed.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Ensures stability:&lt;/strong&gt; Helps applications run reliably on Windows machines without environment issues.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;&lt;strong&gt;Developer-friendly:&lt;/strong&gt; Intuitive interface lets users build executables quickly without command-line usage.&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2&gt;Basic Usage&lt;/h2&gt;
-&lt;ol&gt;
-&lt;li&gt;
-&lt;p&gt;Prepare your complete Python application source code.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Open PyDeploy and select the main Python script.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Configure options such as executable name, icon, and output folder.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Click the &lt;strong&gt;Build&lt;/strong&gt; button to generate the EXE file.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Once finished, find the EXE in the output folder to run or distribute.&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ol&gt;
-&lt;h2&gt;Comparison with Other Tools&lt;/h2&gt;
+# PyDeploy

-Tool | Advantages | Disadvantages
--- | -- | --
-PyDeploy | User-friendly GUI, easy to use | Limited advanced features
-PyInstaller | Powerful and flexible | Command-line interface can be complex for beginners
-cx_Freeze | Cross-platform support | More complex configuration
+**PyDeploy** is a simple tool designed to create executable (.exe) files from Python applications. Its main purpose is to help Python developers package their applications into standalone Windows executables that can run on user machines without requiring Python to be installed.

+## Key Features

-&lt;h2&gt;Future Development&lt;/h2&gt;
-&lt;p&gt;Planned enhancements for PyDeploy include:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;p&gt;Support for more operating systems.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Integration of automated build configurations.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Improved packaging performance and smaller EXE size.&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Multi-language support and detailed documentation.&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2&gt;References&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;
-&lt;p&gt;Official GitHub Repository: &lt;a href="https://github.com/1DiorLIV/PyDeploy" rel="nofollow"&gt;https://github.com/1DiorLIV/PyDeploy&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-&lt;li&gt;
-&lt;p&gt;Wiki and Documentation: &lt;a href="https://github.com/1DiorLIV/PyDeploy/wiki" rel="nofollow"&gt;https://github.com/1DiorLIV/PyDeploy/wiki&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-&lt;/ul&gt;
-&lt;hr/&gt;
-&lt;p&gt;If you want me to add detailed usage guides, code structure explanations, or deeper technical analysis, just let me know!&lt;/p&gt;
-
-
+- **Quick EXE creation:** Automatically bundles Python source code and dependencies into a single executable file.
+- **Windows-focused:** Primarily targets Windows platform, with potential to extend support for other operating systems.
+- **User-friendly interface:** Provides an easy-to-use GUI suitable for beginners and professional developers alike.
+- **Advanced options:** Allows configuration of build parameters such as app icon, additional data files, output directory, and more.
+- **Compatibility with popular libraries:** Supports most commonly used Python libraries for application development.
+
+## Benefits of Using PyDeploy
+
+- **Saves time:** Minimizes manual steps in packaging Python applications.
+- **Simplifies distribution:** Standalone EXE files can be shared with users who don’t have Python installed.
+- **Ensures stability:** Helps applications run reliably on Windows machines without environment issues.
+- **Developer-friendly:** Intuitive interface lets users build executables quickly without command-line usage.
+
+## Basic Usage
+
+1. Prepare your complete Python application source code.
+2. Open PyDeploy and select the main Python script.
+3. Configure options such as executable name, icon, and output folder.
+4. Click the **Build** button to generate the EXE file.
+5. Once finished, find the EXE in the output folder to run or distribute.
+
+## Comparison with Other Tools
+
+| Tool         | Advantages                   | Disadvantages               |
+|--------------|-----------------------------|-----------------------------|
+| PyDeploy     | User-friendly GUI, easy to use | Limited advanced features    |
+| PyInstaller  | Powerful and flexible         | Command-line interface can be complex for beginners |
+| cx_Freeze    | Cross-platform support        | More complex configuration   |
+
+## Future Development
+
+Planned enhancements for PyDeploy include:
+
+- Support for more operating systems.
+- Integration of automated build configurations.
+- Improved packaging performance and smaller EXE size.
+- Multi-language support and detailed documentation.
+
+## References
+
+- Official GitHub Repository: [https://github.com/1DiorLIV/PyDeploy](https://github.com/1DiorLIV/PyDeploy)
+- Wiki and Documentation: [https://github.com/1DiorLIV/PyDeploy/wiki](https://github.com/1DiorLIV/PyDeploy/wiki)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duy Nguyễn</dc:creator><pubDate>Mon, 23 Jun 2025 19:06:45 -0000</pubDate><guid>https://sourceforge.netb0a7d5fe69421ced14346594688be5c2a249fa1d</guid></item><item><title>Home modified by Duy Nguyễn</title><link>https://sourceforge.net/p/pydeploy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,94 @@
-Welcome to your wiki!
+
+
+&lt;hr/&gt;
+&lt;h1&gt;PyDeploy&lt;/h1&gt;
+&lt;p&gt;&lt;strong&gt;PyDeploy&lt;/strong&gt; is a simple tool designed to create executable (.exe) files from Python applications. Its main purpose is to help Python developers package their applications into standalone Windows executables that can run on user machines without requiring Python to be installed.&lt;/p&gt;
+&lt;h2&gt;Key Features&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Quick EXE creation:&lt;/strong&gt; Automatically bundles Python source code and dependencies into a single executable file.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Windows-focused:&lt;/strong&gt; Primarily targets Windows platform, with potential to extend support for other operating systems.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;User-friendly interface:&lt;/strong&gt; Provides an easy-to-use GUI suitable for beginners and professional developers alike.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Advanced options:&lt;/strong&gt; Allows configuration of build parameters such as app icon, additional data files, output directory, and more.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Compatibility with popular libraries:&lt;/strong&gt; Supports most commonly used Python libraries for application development.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2&gt;Benefits of Using PyDeploy&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Saves time:&lt;/strong&gt; Minimizes manual steps in packaging Python applications.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Simplifies distribution:&lt;/strong&gt; Standalone EXE files can be shared with users who don’t have Python installed.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Ensures stability:&lt;/strong&gt; Helps applications run reliably on Windows machines without environment issues.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;strong&gt;Developer-friendly:&lt;/strong&gt; Intuitive interface lets users build executables quickly without command-line usage.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2&gt;Basic Usage&lt;/h2&gt;
+&lt;ol&gt;
+&lt;li&gt;
+&lt;p&gt;Prepare your complete Python application source code.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Open PyDeploy and select the main Python script.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Configure options such as executable name, icon, and output folder.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Click the &lt;strong&gt;Build&lt;/strong&gt; button to generate the EXE file.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Once finished, find the EXE in the output folder to run or distribute.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ol&gt;
+&lt;h2&gt;Comparison with Other Tools&lt;/h2&gt;

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Tool | Advantages | Disadvantages
+-- | -- | --
+PyDeploy | User-friendly GUI, easy to use | Limited advanced features
+PyInstaller | Powerful and flexible | Command-line interface can be complex for beginners
+cx_Freeze | Cross-platform support | More complex configuration

-The wiki uses [Markdown](/p/pydeploy/wiki/markdown_syntax/) syntax.

-[[members limit=20]]
-[[download_button]]
+&lt;h2&gt;Future Development&lt;/h2&gt;
+&lt;p&gt;Planned enhancements for PyDeploy include:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;Support for more operating systems.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Integration of automated build configurations.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Improved packaging performance and smaller EXE size.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Multi-language support and detailed documentation.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h2&gt;References&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;Official GitHub Repository: &lt;a href="https://github.com/1DiorLIV/PyDeploy" rel="nofollow"&gt;https://github.com/1DiorLIV/PyDeploy&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Wiki and Documentation: &lt;a href="https://github.com/1DiorLIV/PyDeploy/wiki" rel="nofollow"&gt;https://github.com/1DiorLIV/PyDeploy/wiki&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;hr/&gt;
+&lt;p&gt;If you want me to add detailed usage guides, code structure explanations, or deeper technical analysis, just let me know!&lt;/p&gt;
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duy Nguyễn</dc:creator><pubDate>Mon, 23 Jun 2025 19:06:45 -0000</pubDate><guid>https://sourceforge.netb0f58ab7545f8777feef61ec8ac5554a661fd56f</guid></item><item><title>Home modified by Duy Nguyễn</title><link>https://sourceforge.net/p/pydeploy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/pydeploy/wiki/markdown_syntax/" rel="nofollow"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
    &lt;ul class="md-users-list"&gt;
        &lt;li&gt;&lt;a href="/u/duy1nuis/"&gt;Duy Nguyễn&lt;/a&gt; (admin)&lt;/li&gt;
        
    &lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-6859a5c1e5aa8f19b89bcca3" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duy Nguyễn</dc:creator><pubDate>Mon, 23 Jun 2025 19:06:44 -0000</pubDate><guid>https://sourceforge.net6cf4744dcd55eb1b5758220bda46017be05b0836</guid></item></channel></rss>