Explorer

File Explorer

Submitted by nabres on
It looks like windows explorer, but has 2 display panels. The program was designed to exemplify how to work with files and folders. You can open, copy, move, delete or rename files. I will let you bring the improvements, you consider necessary, to become a professional program :)

How to Create a Text Explorer Game in Python

Submitted by Yorkiebar on
Introduction: This tutorial will cover how to create a simple text based exploration game. How It Works: What we are going to do is; Give the user instructions. Show the current place where the user is within the game. Give the user options. Take them in the direction they enter. Restart loop from step 3. The Instructions: So the first thing we do is give the user instructions on how to play the game...