youtube clone 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1443
The Cookies Are Falling! 1.03
The Cookies Are Falling! 1.03 brings you a new tetris clone. The game is written in Python and PyGame. more>> The Cookies Are Falling! 1.03 brings you a new tetris clone. The game is written in Python and PyGame.
Enhancements
- Some bugs are fixed
- A menu is added
Requirements:
- Python
- Pygame
Added: 2009-06-28 License: Freeware Price: FREE
1 downloads
WWW::YouTube::Com 2006.0626
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters. more>>
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters.
SYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
<<lessSYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
Download (0.10MB)
Added: 2007-08-18 License: Perl Artistic License Price:
800 downloads
Atomic Tanks 2.5
Atomic Tanks is a multi-platform scorched earth clone for 2-10 players. more>>
Atomic Tanks project is a multi-platform scorched earth clone for 2-10 players.
Annihilate the other tanks to earn money, then spend it on bigger and better shields and weapons to wipe out the opposition.
Features a wide array of weapons, AI players, destructible landscape, weather, parachutes, teleports and a wide range of other features.
<<lessAnnihilate the other tanks to earn money, then spend it on bigger and better shields and weapons to wipe out the opposition.
Features a wide array of weapons, AI players, destructible landscape, weather, parachutes, teleports and a wide range of other features.
Download (2.5MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
520 downloads
Super Mario Clone FX 1.0
Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. more>>
Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. Secret Maryo Chronicles is a two-dimensional, sidescrolling jump-and-run platform game which utilizes the platform independent multimedia library, SDL.
It features a built-in level editor which can be used to easily create your own levels.
Main features:
In-Game Level Editor
- Activated by F8 in the game. You can insert any graphic file as a background or massive sprite in the game.
- Many standart graphics like hedges and ground sprites are included. You can insert enemys, set the players start position on the level,
- insert active sprites, and create half-massive sprites which the player can jump through, but can not fall through.
Multiple Levels
- Each level ends with gate or pipe, press up or down to enter the next level.
Multiple Maryo Stages
- Includes small Maryo, normal Maryo, and fire Maryo. Advance to the next stage by getting mushrooms and fire plants.
- These items can be obtained by jumping into question mark boxes.
Overworld
- Get an aerial perspective between levels, just like the World Map in Super Mario World.
Great Sounds and Music
- High quality Ogg music and sounds for the EXTRA maryo game feeling.
Save and Load
- Save anytime from the game menu. Then load whenever you want.
Get Extra Lives
- By getting 100 coins or finding the Green Mushrooms.
<<lessIt features a built-in level editor which can be used to easily create your own levels.
Main features:
In-Game Level Editor
- Activated by F8 in the game. You can insert any graphic file as a background or massive sprite in the game.
- Many standart graphics like hedges and ground sprites are included. You can insert enemys, set the players start position on the level,
- insert active sprites, and create half-massive sprites which the player can jump through, but can not fall through.
Multiple Levels
- Each level ends with gate or pipe, press up or down to enter the next level.
Multiple Maryo Stages
- Includes small Maryo, normal Maryo, and fire Maryo. Advance to the next stage by getting mushrooms and fire plants.
- These items can be obtained by jumping into question mark boxes.
Overworld
- Get an aerial perspective between levels, just like the World Map in Super Mario World.
Great Sounds and Music
- High quality Ogg music and sounds for the EXTRA maryo game feeling.
Save and Load
- Save anytime from the game menu. Then load whenever you want.
Get Extra Lives
- By getting 100 coins or finding the Green Mushrooms.
Download (15.3MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
747 downloads
PiX Frogger 1.0
PiX Frogger is a 4-player Frogger clone. more>>
PiX Frogger is a 4-player Frogger clone.
Your objective is to cross the street, and remember to look to both sides! Its really fun when four people play at the same time!
Main features:
- 4 players at the same time, in the same computer, with just the keyboard
- Compatible with Logitech Buzz controller!
<<lessYour objective is to cross the street, and remember to look to both sides! Its really fun when four people play at the same time!
Main features:
- 4 players at the same time, in the same computer, with just the keyboard
- Compatible with Logitech Buzz controller!
Download (4.3MB)
Added: 2007-07-27 License: Freeware Price:
825 downloads
GemRB: The Infinity Engine Clone 0.2.9
GemRB: The Infinity Engine Clone emulates BioWares Infinity game engine (e.g. Baldurs Gate). more>>
GemRB: The Infinity Engine Clone emulates BioWares Infinity game engine (e.g. Baldurs Gate).
This Game Engine is a port of the original Infinity Engine (the one of Baldurs Gate, Planescape: Torment, Icewind Dale) to Linux/Unix, MacOs X and Windows with some Enhancements.
Do you like creating a game like Baldurs Gate?
<<lessThis Game Engine is a port of the original Infinity Engine (the one of Baldurs Gate, Planescape: Torment, Icewind Dale) to Linux/Unix, MacOs X and Windows with some Enhancements.
Do you like creating a game like Baldurs Gate?
Download (1.6MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
850 downloads
python-youtube 20070709
python-youtube is a simple YouTube API Client for Python. more>>
python-youtube is a simple YouTube API Client for Python.
You can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
Example usage:
c = youtube.YouTubeClient( your-dev-id)
for video in c.list_by_user( your-username):
v = c.get_details( video[id])
print video[id]
print v[thumbnail_url]
print v[title]
print v[description]
Enhancements:
- This release has been updated to include support for paging (the "page" and "per_page" parameters), so clients can fetch all data on a per-page basis.
<<lessYou can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
Example usage:
c = youtube.YouTubeClient( your-dev-id)
for video in c.list_by_user( your-username):
v = c.get_details( video[id])
print video[id]
print v[thumbnail_url]
print v[title]
print v[description]
Enhancements:
- This release has been updated to include support for paging (the "page" and "per_page" parameters), so clients can fetch all data on a per-page basis.
Download (0.006MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
845 downloads
eMeSeNe 0.2.2.1 / 030707
eMeSeNe is a simple and nice looking MSN messenger clone. more>>
eMeSeNe is a simple and nice looking MSN messenger clone.
emesene is a python/gtk MSN messenger clone, it uses msnlib (MSNP8) and try to be a nice looking and simple MSN client.
You can login, send formated messages, smilies, use autoreply, change status, change nick and all the stuff you can do in a normal MSN client except, file transfers,custom emoticons and display picture (i hope someday will add that
<<lessemesene is a python/gtk MSN messenger clone, it uses msnlib (MSNP8) and try to be a nice looking and simple MSN client.
You can login, send formated messages, smilies, use autoreply, change status, change nick and all the stuff you can do in a normal MSN client except, file transfers,custom emoticons and display picture (i hope someday will add that
Download (0.33MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
846 downloads
PipeWalker 0.2.1
PipeWalker is a puzzle game where you must connect all hosts to network! more>>
PipeWalker is a puzzle game where you must connect all hosts to network!
You need to merge all workstations on map to one network and connect server. This game is a clone of NetWalk.
<<lessYou need to merge all workstations on map to one network and connect server. This game is a clone of NetWalk.
Download (0.076MB)
Added: 2007-06-28 License: Freeware Price:
853 downloads
Youtube Downloader GUI 0.2.3
Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. more>>
Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. It is made in Kommander, so you need it. The project is packed in rpm with icon, desktop file.
openSUSE repo:
http://software.opensuse.org/download/home:/pnemec/SUSE_Linux_10.1/
http://software.opensuse.org/download/home:/pnemec/openSUSE_10.2/
It should work on other distribution too.
<<lessopenSUSE repo:
http://software.opensuse.org/download/home:/pnemec/SUSE_Linux_10.1/
http://software.opensuse.org/download/home:/pnemec/openSUSE_10.2/
It should work on other distribution too.
Download (0.025MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
604 downloads
Epiphany Game 0.6.1
Epiphany project is a multiplatform clone of the game Boulderdash. more>>
Epiphany project is a multiplatform clone of the game Boulderdash.
It is written entirely in C++, using Clanlib as its graphic library.
The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb.
<<lessIt is written entirely in C++, using Clanlib as its graphic library.
The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb.
Download (1.4MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
856 downloads
youtube-dl 2007.06.22
youtube-dl is a small command-line program to download videos from YouTube.com. more>>
youtube-dl is a small command-line program to download videos from YouTube.com. youtube-dl requires the Python interpreter, version 2.4 or later, and its not platform specific. It should work in your Unix box, in Windows or in Mac. The latest version is 2006.08.10. Its licensed under the MIT License, which means you can modify it, redistribute it or use it however you like complying with a few simple conditions.
Ill try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
<<lessIll try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
Download (0.012MB)
Added: 2007-06-22 License: MIT/X Consortium License Price:
863 downloads
Cosmosmash 1.4.2
Cosmosmash is a clone of the 1981 Astrosmash video game. more>>
Cosmosmash project is a clone of the 1981 Astrosmash video game.
Cosmosmash is a game where you control a base that must destroy rocks before they hit the ground, or you lose points.
You must also prevent "spinners" from touching the ground, or your base will explode.
This game is a clone of the 1981 Astrosmash video game by Mattel Electronics.
<<lessCosmosmash is a game where you control a base that must destroy rocks before they hit the ground, or you lose points.
You must also prevent "spinners" from touching the ground, or your base will explode.
This game is a clone of the 1981 Astrosmash video game by Mattel Electronics.
Download (0.15MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
856 downloads
Open Invaders 0.2
Open Invaders is a GPL version of Space Invaders. more>>
Open Invaders is a fully-GPL interpretation of Taitos Space Invaders. While it is not a perfect clone, the aim of the project is to provide a feature rich clone of the famous arcade game. It features (so far) 14 levels with unique backdrops and a full soundtrack.
<<less Download (0.14MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
859 downloads
pyConnect4
pyConnect4 is a clone of Connect 4 game for 2 players. more>>
pyConnect4 is a clone of Connect 4 game for 2 players.
This is my second project in python. The game has more features and lesser code lines as pyXXO.
How is pyConnect4 started?
Download the tar.gz file and extract it:
tar xfz pyConnect4.tar.gz
Then change into the new dir:
cd pyConnect4
and start pyConnect4:
python pyConnect4.py
<<lessThis is my second project in python. The game has more features and lesser code lines as pyXXO.
How is pyConnect4 started?
Download the tar.gz file and extract it:
tar xfz pyConnect4.tar.gz
Then change into the new dir:
cd pyConnect4
and start pyConnect4:
python pyConnect4.py
Download (0.080MB)
Added: 2007-06-21 License: Freeware Price:
855 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above youtube clone 2.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed