This a Chess PGN saver which allows you to save your game pgns, in a .pgn file

Overview

PGN Saver

This a Chess PGN saver which allows you to save your game pgns, in a .pgn file

This can be a very useful tool for the people using chessbase reader (non-premium version on chessbase software) as it doesn't allow you to create pgn files, so from this program you can create pgn files and open it using chessbase reader!

ScreenShots

The User Interface

GUI Image

Output

output

OS Requirements

  1. Operating System should be greater than Windows 7/8 (as python is not compatible with these versions)
  2. If you are running the main.py file, then you need to have python installed, else you can run the pgn_saver.exe file (available from the releases section, or from the Executable Files folder)
  3. This program cannot be used on mobile, most probably in future updates the mobile application would be implemented!

Author

Chinmay Singhal

You might also like...
PyChess - a chess client for Linux/Windows

PyChess - a free chess client for Linux/Windows The mission of PyChess is to create a free, pleasant, PyGObject based chess game for the Linux desktop

A base chess engine that makes moves on an instance of board.

A base chess engine that makes moves on an instance of board.

In the works, creating a new Chess Board and way to Play...

sWJz4KingsChess date started on github.com 11-13-2021 In the works, creating a new Chess Board and way to Play... starting to write this in Pygame, an

Running Chess Night results tabulation

Running Chess Night results tabulation

A playable version of Chess – classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3

A playable version of Chess – classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3. Requires the installation of PIL/Pillow and Requests

SuperChess is a GUI application for playing chess.

About SuperChess is a GUI application for playing chess. It is written in Python 3.10 programming language, uses PySide6 GUI library, python-chess lib

Chess - A python gui application

Chess Python version 3.10 or greater is required to play. Note This is a gui application, and as such will not run inside WSL.

Visualizing and learning from games on chess.com
Visualizing and learning from games on chess.com

Better Your Chess What for? This project aims to help you learn from all the chess games you've played online, starting with a simple way to download

j-chess implementation in python

j-chess-client-python This repository aims to be a starting point for implementing a chess ai for the j-chess-server in python. To start, you can copy

Releases(v2.0.1)
  • v2.0.1(Dec 6, 2021)

    In this release, I have fixed the incomplete lichess games download error, basically, it was downloading half of the games and writing to the .pgn file. It occurred because I changed some lines of code in my urllib module's request.py file. I just undid the changes to fix the error.

    Note - now you have to wait for quite some time (around 5 minutes, depending on your internet speed though!) as the file may be quite big at times!

    Source code(tar.gz)
    Source code(zip)
    chesser_utils.exe(9.31 MB)
    chesser_utils.rar(9.05 MB)
  • v2.0.0(Nov 26, 2021)

    In this release I have introduced a completely new function - Lichess Game Downloader, it is a very simple command, basically, it downloads the game from the lichess API in a .pgn format and...yeah

    Also, the code is now refactored into 3 files, which have functions to run the program - main.py, download.py, chess_saver.py

    New .exe files and .rar files are created (Updated Ones)

    Source code(tar.gz)
    Source code(zip)
    chesser_utils.exe(9.31 MB)
    chesser_utils.rar(9.05 MB)
  • v1.0.0(Nov 3, 2021)

Owner
null
Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5

♟️ Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5. ?? Dependencies This program uses Py

null 6 May 26, 2022
Minimalistic generic chess variant GUI using pyffish and PySimpleGUI, based on the PySimpleGUI Chess Demo

FairyFishGUI Minimalistic generic chess variant GUI using pyffish and PySimpleGUI, based on the PySimpleGUI Chess Demo. Supports all chess variants su

Fabian Fichter 6 Dec 20, 2022
A didactic GUI chess game made in Python3 using pygame.

Chess A didactic GUI chess game made in Python3 using pygame. At the moment, there is no AI. The only way you can test the game is by playing against

Leonardo Delfino 1 Dec 22, 2021
Chess Game using Python

Chess Game is a single-player game where the objective is same as the original chess game. You just need to place your chess piece in a correct position. The purpose of the system is to provide some past time with your friends.

Yogesh Selvarajan 1 Aug 15, 2022
A simple script which allows you to see how much GEXP you earned for playing in the last Minecraft Hypixel server session

Project Landscape A simple script which allows you to see how much GEXP you earned for playing in the Minecraft Server Hypixel Usage Install python 3.

Vincenzo Deluca 4 Dec 18, 2021
A program to read, edit, and write save files for the game Railroads! Online

RROSE - v0.3.6 This program is intended to be used as an external tool to Railroads Online server hosts. It will read save files, allow to modify entr

null 17 Dec 9, 2022
Quantum version of the classical Nim game. An automatic opponent allows to game to not be as easy as it seems.

Nim game Running the game To run the program just launch : python3 game.py Rules This game is inspiring from the Nim game. You are 2 players face to f

Michaël 1 Jan 8, 2022
Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

null 3 Oct 25, 2022
Adventure-Game - Adventure Game which is created using Python

Adventure Game ?? This is a Adventure Game which is created using Python. Featur

ArinjoyTheDev 1 Mar 19, 2022
Chess GUI

Lucas Chess Lucas Chess is a GUI of chess: To learn to play chess. To play chess against engines. Dependencies Python 2.7 PyQt4 PyAudio psutil Python

Lucas 322 Dec 20, 2022