Skip to content

Python CMD Linux

Descirption

This project aims to create a minimal linux environment in Python. The basic commands are implemented:

  • ls
  • cd
  • touch
  • rm
  • mkdir
  • rmdir
  • exit
  • help
  • nano
  • cat
  • pwd
  • clear
  • cd
  • mv

With a minimal tree:

  • /
  • /home
  • /home/user
  • /home/user/Documents
  • /home/user/text.txt

How it works

Write down your commandes in the top bar and press Return to see the result.

Display issue

If the CMD seems not to be correctly displayed, plaease check if your display is zoomed. The scale must be at 100%.

Repository link