DiscordEasyCloner | Build in Pypulse
🌀DiscordEasyCloner, a straightforward app that simplifies the process of duplicating Discord servers.
-
Get the Discord server ID https://www.alphr.com/discord-find-server-id/
-
Get Authentication Token https://gist.github.com/MarvNC/e601f3603df22f36ebd3102c501116c6
Please Note: Compatible with Python 3.8 🐍
python -m pip install -U nuitka
pip install -r requirements.txt
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
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! 😎🚀