Difference between revisions of "Console projects"

From Lazarus wiki
Jump to navigationJump to search
m (Add page template; fix typo)
m (Fixed typos)
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
== Eschecs-Console ==
 
== Eschecs-Console ==
  
[https://github.com/rchastain/eschecs-console Eschecs-Console] is an application that makes two UCI engines play against each other. The purpose of this project is to test and improve the chess library used by the Eschecs GUI.
+
[https://github.com/rchastain/eschecs-console Eschecs-Console] is an application that makes two UCI engines play against each other. The purpose of this project is to test and improve the chess library.
 +
 
 +
== HTML2TXT ==
 +
 
 +
[https://github.com/consoleappstore/htm2txt HTML2TXT] is an open-source Win32 command-line tool to extract plain text from single web pages (HTML files).
 +
 
 +
== TXT2PDF (aka PDFDUMP) ==
 +
 
 +
[https://github.com/txt2pdf/pdfdump PDFDUMP] is an open-source Win32 command-line tool to convert plain text into a single-page PDF file with a choice of any of three font types and any of three font sizes (without any dependency on third-party libraries).

Revision as of 13:05, 3 October 2020

English (en)

Eschecs-Console

Eschecs-Console is an application that makes two UCI engines play against each other. The purpose of this project is to test and improve the chess library.

HTML2TXT

HTML2TXT is an open-source Win32 command-line tool to extract plain text from single web pages (HTML files).

TXT2PDF (aka PDFDUMP)

PDFDUMP is an open-source Win32 command-line tool to convert plain text into a single-page PDF file with a choice of any of three font types and any of three font sizes (without any dependency on third-party libraries).