Giter Site home page Giter Site logo

265057_python_miniproject's Introduction

265057_Python_Miniproject

  • work done on this project from 25th april to 1st may 2021..
  • This mini-project is an application of BackTracking algorithm

Banner

static code analysis using pylint with flake8 and build status

Python-lint with flake8 and build


MyIntro

name: Debashish Dash

SF_ID: 265057


folder structure

Folder description
Implementation This folder contains the source code.
ScreenShots screenshots of the code output are placed here.
recordings Recordings of how to to run and the outputs.
  • Open the Implementation folder for the source code...

  • how to run the code and working output along with the testing is recorded and available in the recordings folder and also uploaded on youtube..

  • link of my youtube video is: https://youtu.be/PQzAt9oarwM


Installations

The code is written in Python 3.9 and the Os used is Ubuntu 20.04. If you dont have python installed you can find it here. If you are using a lower version of python then you can upgrade using the pip package, ensuring you have latest version of pip.

  • To run this project you need to first clone the repository
# clone the repo
$ git clone https://github.com/debasish2110/265057_Python_Miniproject.git

# change the working directory to Implementation
$ cd Implementation
=================================
# install the requirements
$ pip3 install -r requirements.txt
=================================

# run the code in linux system 
$ python3 sudokuSolver.py 

# run the code in windows system
$ python sudokuSolver.py

# try Pytest (same for both os)
$ pytest sudokuSolver.py  

Directory_Tree

├── .github/workflows
│   └── python-lint with flike8 and build.yml
| 
├── Implementation
│   ├── src
|   |   ├── Banner.py
|   |   ├── cover_page.txt
|   |   └── difficulty_level_choice.txt
|   |
|   ├── Test
|   |   └── test.py
|   |
│   ├── main.py
|   ├── requirements.txt
|   └── README.md
|   
├── ScreenShots
|   ├── banner.png
|   ├── welcome page.png
|   ├── options.png
|   ├── solving sudoku roblem.png
|   ├── exit page.png
|   └── pytest output.png
|
├── recordings
|   └── code_run_n_test.mp4
|
├── .gitignore 
├── README.md
└── LICENSE


Contributors List and Summary

PS No. Name Features Issuess Raised Issues Resolved No Test Cases Test Case Pass
265057 Debashish complete project X No X No 5 5

Future Update Plans,,,

Working on a feature which will take sudoku problem from user and solve that problem.

License

Sudoku Solver is made with ♥ by Debashish and it is released under MIT license.

Inspiration

Backtracking algorithm is used in this project and the algorithm is inspired from tech with tim... link to which is given below...


Tech with tim

Support & Contributions

  • Please ⭐️ this repository if this project helped you!
  • Contributions of any kind is always welcome!
  • Feel free to reach out if you have any query.

265057_python_miniproject's People

Contributors

debasish2110 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.