Toad Toad
Coin Tracker
db / db
Made with PythonThis is a very cool loading screen
Recent comments (55)krab-cake1 year agoits not loading
BlockyFTW1 year agoDas a cool loading screen :D
a-repl-user1 year agoimport cursor
cursor.hide()
is nice
but i like:
print("\033[?25l")
mollthecoder1 year agoThat's a really good loading screen! In real loading screens though, things should be loaded asynchronously so that it can load faster. But this is still really good on the eyes and I had some fun watching it go. If this was every game's loading screen, games that take forever to load would no longer be annoying, but entertaining.
aaryanj1 year agoPOGG!!!!
Brollan971 year agoCool!
DogProgrammer1 year agoYes, it's very cool, and check out mine made in Javascript, HTML, and CSS https://replit.com/@chrissher/loading-screen?v=1
cutech1 year agoNice.
mimiibiok2 years agop
28klotlucas22 years agoIf you want to use it in your projects.
-
Click "Show files"
-
Click on "main.py"
-
Copy all of the contents.
-
Go to your project.
-
Make a file called "load.py".
-
To activate the loading screen, add the following code into "main.py":
import load
load.load()
-