Releases: saccofrancesco/crosswords
Releases Β· saccofrancesco/crosswords
ποΈ Crosswords Solver v2.0.0
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
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
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
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.