savagezen / dnd-tools

ARCHIVE - MOVED TO GITLAB | Interactive CLI tools for Dungeons and Dragons 5e
https://gitlab.com/savagezen/dnd-tools
GNU Affero General Public License v3.0
164 stars 34 forks source link

[Feature Request] Clearing the CLI after user chooses an option #27

Open snolte26 opened 2 years ago

snolte26 commented 2 years ago

I noticed that the CLI gets cluttered quickly after going through a few options in the main menu. To fix this, I added in my copy after line 775 "os.system('cls')" to clear the screen after getting user input at the main menu, then imported the os module. Maybe others would like this as well.