An open API service indexing awesome lists of open source software.

https://github.com/devvspaces/python_projects

This are my python projects
https://github.com/devvspaces/python_projects

Last synced: 10 months ago
JSON representation

This are my python projects

Awesome Lists containing this project

README

          

# Amazing Python Projects
> Python projects I have built from scratch from challenges and ideas.

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/devvspaces/python_projects/graphs/commit-activity)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/devvspaces/python_projects/issues)

## Requirements (Prerequisites)
Tools and packages required to successfully install this project.
* Python 3.3 and up

## Installation
Project has no dependencies

`git clone https://github.com/devvspaces/python_projects`

## Projects
Brief overview of developed projects

* [TicTacToe](./TicTacToe)
> Amazing Tic Tac Toe project, which makes use of [Monte Carlo Method](https://en.wikipedia.org/wiki/Monte_Carlo_method) to help the computer play smartly against you.

* [2048](./TwentyFortyEight)
> This is a python clone game challenge for '2048'. My version of this games give players the opportunity to play on different kinds of grids that is Square or Rectangular.

* Grid
> Practiced working on Python 2D grids, basically a list of lists, on printing and creating flexible grids.

* [Simple Test Suite](./Simple_test_suite)
> Designed a basic python test suite to test simple code easily

* [Solitaire Mancala](./Solitaire%20Mancala)
> One row design for the game https://mancala.fandom.com/wiki/Mancala_Solitaire_(1)

* Hangman
* MadLib
* Rock Paper Scissors
* Guess Game

## Tech Stack / Built With
1. Python only