Skip to content

🌀DiscordEasyCloner, App that simplifies the process of duplicating Discord servers.

License

Notifications You must be signed in to change notification settings

zabbix-byte/DiscordEasyCloner

Repository files navigation

DiscordEasyCloner | Build in Pypulse

Visitors License Python Version Python Version Python Version Github-sponsors Windows

🌀DiscordEasyCloner, a straightforward app that simplifies the process of duplicating Discord servers.

Util Info 💡

Compile for [Windows OS] 🛠️

Please Note: Compatible with Python 3.8 🐍

1. Nuitka Installation Instructions 📥

python -m pip install -U nuitka

2. Install requirements 🐍

pip install -r requirements.txt

3. Running Command (This process may require some time) 🔄

PowerShell

nuitka --mingw64 --standalone --disable-console --plugin-enable=multiprocessing --show-memory --show-progress --output-dir=output --include-module=baseapp --include-data-file=window_logo.ico=. --include-data-file=data.json=. --include-data-dir=templates=templates  --include-data-dir=static=static .\DiscordEasyCloner.py ; xcopy baseapp output\DiscordEasyCloner.dist\baseapp /i /s

CMD

nuitka --mingw64 --standalone --disable-console --plugin-enable=multiprocessing --show-memory --show-progress --output-dir=output --include-module=baseapp --include-data-file=window_logo.ico=. --include-data-file=data.json=. --include-data-dir=templates=templates  --include-data-dir=static=static .\DiscordEasyCloner.py && xcopy baseapp output\DiscordEasyCloner.dist\baseapp /i /s

The compiled file can be found in the "output/bin" folder

Contributing 🤝

We welcome contributions from the community. If you'd like to contribute to mytool, please follow these guidelines:

  • Fork the repository.
  • Make your changes.
  • Submit a pull request.

💌 Contact & Sponsor

If you have any questions, suggestions, or feedback, please don't hesitate to reach out to us at [email protected].

We hope PyPulse accelerates your desktop application development and simplifies the integration of web content into your Python projects. Happy coding! 😎🚀