Skip to content

This repository will contain 100+ Python projects which are a part of the #100DaysOfCode challenge. You can review or use the projects I'll be sharing on this repository to empower your learning on Python.

License

Notifications You must be signed in to change notification settings

newbierash/100daysofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Happy to see you

Welcome! This repository will contain 100+ Python projects which are a part of the #100DaysOfCode challenge. You can review or use the projects I'll be sharing on this repository to empower your learning on Python. You can clone the repository on your local device using the following git command below. Don't forget to drop a star. You can always contact me using Instagram or Discord. Happy hacking ;)

git clone https://github.com/newbierash/100daysofcode.git

💻 Project 001: band-name-generator

This is a basic program which uses the inputs: the city you grew up in and your pet's name to generate a band name. You can click here to preview demo on without influencing your device.

💻 Project 002: tip-calculator

This program gets the total bill, tip amount and the amount of people as input and automatically calculates the amout of money which every person should pay. You can click here to preview demo on without influencing your device.

💻 Project 003: treasure-island

This is a game where you aim to reach the treasure on the island. One of the scenarios prepared according to the direction, action and color preference questions asked by the program takes place. There is only one winning scenario. You can also fork the project to add new scenarios or modify existing scenarios.

💻 Project 004: rock-paper-scissors

This is a basic rock-paper-scissors game supported with ASCII arts. Program gets our move as an input and generates random move for the computer. Then the program decides who the winner is according to the rules of the game. Click here to know more about the game rock-paper-scissors.

💻 Project 005: password-generator

It's a simple password generator app that generates a password with as many letters, symbols and numbers as you enter. The description of this exercise, which consists of two levels: simple and difficult, is as follows: At the simple level the password is generated with a static sequence of random letters, symbols and numbers, while at the hard level it is generated in random order.

💻 Project 006: escape-the-maze

While I can't provide much clarity on this exercise, you can check out the original site by clicking here to see the code in action. It is a game where you aim to reach the final point by moving through the walls in a randomly generated frame. Note: since the code has built-in functions, it can only be run through the built-in editor of the site via the link I mentioned.

💻 Project 007: hangman

here comes a description

💻 Project 008: ceaser-cipher

here comes a description

💻 Project 009: secret-auction

here comes a description

💻 Project 010: calculator

here comes a description

💻 Project 011: blackjack

here comes a description

💻 Project 012: number-guessing-game

here comes a description

💻 Project 013: higher-lower

here comes a description

About

This repository will contain 100+ Python projects which are a part of the #100DaysOfCode challenge. You can review or use the projects I'll be sharing on this repository to empower your learning on Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages