One-file version is here



๐Ÿ” Major Update: One-File Self-Duplicating Feature Now Available!

Hey creators, developers, and curious minds! ๐Ÿ‘‹

I'm thrilled to announce a new and experimental update to this project — the addition of a single-file, self-duplicating script that demonstrates basic file replication in a controlled, non-malicious, and educational environment.

๐Ÿ†• Whatโ€™s Included in This Update?

This update introduces a simple self-duplication behavior into the file. Hereโ€™s what it does:

  • โœ… One-Time Duplication Per Execution
    Each time you run the file, it creates one new copy of itself in the same folder. No loops, no infinite spawns — just a single duplication event.

  • ๐Ÿง  Same Code, Same Extension
    The duplicate is an exact replica of the original file: same code, same file extension, same logic.

  • ๐Ÿงช Educational Focus
    This was designed as a safe demonstration of how self-replication could work in a file. It's ideal for learning more about:

    • File I/O in Python

    • Code introspection (a file reading its own source)

    • Basic automation and logic behind file duplication

    • How programs can โ€œknowโ€ and replicate themselves

โš™๏ธ Technical Details

  • ๐Ÿ Written in Python
    The code uses introspection (reading its own contents), creates a new file with a unique name, and writes itself into it.

  • ๐Ÿ“ฆ Also Available as .EXE
    A compiled version is provided for those who prefer not to run raw Python or who just want to click and observe behavior easily on Windows.

  • ๐ŸŽฏ Safe by Design
    This script is 100% harmless:

    • It does not hide or run in the background.

    • It duplicates only once per run.

    • It only writes files into the same folder.

    • Thereโ€™s no obfuscation, persistence, or tampering involved.

๐Ÿงฉ Use Cases

  • ๐Ÿ“š Learning Tool
    Perfect for beginner-to-intermediate programmers who want to explore how a program can interact with itself.

  • ๐Ÿ”ฌ Classroom Demos
    Teachers or instructors looking to show students the concept of file cloning and self-reference.

  • ๐Ÿงช Experiments in Autonomy
    Hobbyists or tinkerers exploring early forms of โ€œself-awareโ€ code structures or procedural content replication.

๐Ÿšจ A Final Note on Ethics and Safety

Please remember: this is not malware. Itโ€™s a learning experiment.

Although the concept of a file duplicating itself might sound alarming, this version is intentionally limited to ensure it doesnโ€™t run amok. Still, treat the behavior with care and respect — and never apply this kind of logic to harmful software or systems without permission.

Thanks again to everyone who continues to follow and support this project. If you found this update fun, helpful, or even weirdly fascinating, feel free to leave a comment, review, or suggestion for future experiments! ๐Ÿš€

Stay creative and curious,
Lannosi ๐ŸŽฎ๐Ÿง 

Files

One-File-Version 6.8 MB
8 days ago

Get Self-Duplicating File

Leave a comment

Log in with itch.io to leave a comment.