8000 Releases Β· saccofrancesco/crosswords Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: saccofrancesco/crosswords

πŸ—žοΈ Crosswords Solver v2.0.0

22 Mar 21:02
Compare
Choose a tag to compare

In this major release:

  • I switched the software to a GUI based usage!
  • The mechanics are almost the same (made some tweakings to increase performance);
  • Created an executable file (Windows only) to use.

πŸ—žοΈ Crosswords Solver v1.1.1

16 Jun 20:56
Compare
Choose a tag to compare

In this release:

  • Added pep8 Formatting;
  • Added Documentation Translations;
  • Performed a Dependencies Update;
  • Improved the Translations;
  • Made some Code Refactoring.

πŸ—žοΈ Crosswords Solver v1.1.0

16 Jun 20:49
Compare
Choose a tag to compare

In this release:

  • Switched to OOP Approach;
  • Dependencies Update;
  • Code Formatting and Refactoring;
  • Rich's Tables Implementation for the Answers.

πŸ—žοΈ Crosswords Solver v1.0.0

16 Jun 20:45
Compare
Choose a tag to compare

This is the first release of this personal project!
Fun Fact: Crosswords Solver is a project, made by me (obv), during my quarantine period, when I was with my grandparents. My Grandfather usually plays Crosswords, so I try to develop an automation to resolve the Clues! Unfortunately, it only works in Italian but, I'm looking forward to expanding his field range (in terms of languages).

The program takes an image, analyzes it, and shows a set of answers paired with the respective clue's numbers.
For this to work, I used:

  • PyTesseract, Tesseract OCR, for Optical Character Recognition, to extract the text from the image;
  • Requests, Beautifulsoup and some Web Knowledge to extract the answers from a solution site;
  • Rich Library for showing the answers and making nicer the process of doing this type of automation.
0