-
Journey Through Japan ๐ฏ๐ต
Welcome to my journey across Japan, where I explored iconic landmarks from the bustling city of Tokyo to the historic beauty of Himeji. Join me as we visit Tokyo Tower, experience the vibrant Shibuya crossing, pay homage to the faithful Hachiko statue, and marvel at the majestic Himeji Castle. Arrival in Japan: A New Adventure Upon my arrival to Narita, Japan, I steped off the plane, I was greeted multiple signage that varied from traditional to fun and were welcoming and inviting. “Welcome to Japan.” The bustling atmosphere of the airport was tempered by the calm and organized signage directing me to immigration and international transfers. The juxtaposition of modernity…
-
Folder creator
Managing files and directories can at time be a hassle, but with a little bit of Python, you can automate this process easily. Whether youโre studying, organizing projects, preparing for a big task, or just trying to keep your files tidy, this script will help you create directories and subfolders with minimal effort. The best part? Itโs cross-platform, and works on Windows and macOS/Linux. The Script Hereโs a straightforward Python script that: How It Works Cross-Platform Compatibility This script is designed to be cross-platform. As It uses import os, os.path.exists to check for directory existence and os.makedirs to create directories, both of which are part of Pythonโs standard library and…
-
Dragon game
Untitled dragon text adventure game. While taking a college coding course recently, we learned how to make a dragon game in python. In this game we embark with the dragon slayer on an epic adventure, through this mystical castle filled with peril and treasure, in “untitled dragon game.” You find yourself in the Great Hall with paths leading to the Bedroom, Kitchen, and Library. Each room holds secrets and challenges, from hidden items like Armor, Swords, and Potions to encounters with the fearsome Dragon in the Dungeon. Collect five magical items to conquer the dragon and claim victory, or risk becoming its next meal! Navigate using simple commands like ‘go…