Coin Tracker
Made with PythonThis tracks a coinfrom a website using webscraping
Recent comments (2)BearCoder014 months agoakeFiles/CoreUtils.dir/src/CUFileServerSession.m.o [ 99%] Building C object src/private-frameworks/CoreUtils/CMakeFiles/CoreUtils.dir/src/CUFileServer.m.o [ 99%] Building C object src/private-frameworks/CoreUtils/CMakeFiles/CoreUtils.di
db / db
Made with PythonThis is a very cool loading screen
Recent comments (55)krab-cake2 years agoits not loading
BlockyFTW2 years agoDas a cool loading screen :D
a-repl-user2 years agoimport cursor
cursor.hide()
is nice
but i like:
print("\033[?25l")
mollthecoder2 years 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.
AAaaryanj2 years agoPOGG!!!!
BRBrollan972 years agoCool!
DogProgrammer2 years agoYes, it's very cool, and check out mine made in Javascript, HTML, and CSS https://replit.com/@chrissher/loading-screen?v=1
cutech2 years agoNice.
MImimiibiok2 years agop
2828klotlucas22 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()
-