cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 400 forks source link

UI change: clear the screen before Welcome message #63

Open kumar0500 opened 3 years ago

kumar0500 commented 3 years ago

Made a simple UI change in wallet.py and miner.py by clearing the screen before the Welcome message in both the files.