Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Outgrown Windows Task Scheduler?
Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Display information about every countries in the world
World Register of Nations
A software coded in Python 3 who display information about every countries in the world
Windows :
1) Please install ImageMagick
you will find ImageMagick-7.0.8-37-Q16-x64-dll with in this folder.
When you install it it's important to let it add ImageMagick to your Windows Path.
2) Run World_Register_GUI.exe
Other operating systems :
Run it from the source :
https://github.com/hamdyaea/World-Register-of-Nations
Developer - Author
Hamdy Abou El Anein
It's a simple application to keep track of your favourite tv shows.
You can add tv shows to your library and view information about their latest and next episode.
It uses tvrage.com to gather information (see tvrage.py) and stores it in a local sqlite database(see db.py).
The application is written in Python 3.3 and uses the pyqt module to realize the user interface.