Pyint is the graphic software which is written in Python

Overview

Pyint

README

About Pyint

Pyint is the graphic software which is written in Python(I use the Turtle graphics).

The name 'Pyint' is compound word of 'Python' and 'Paint'

It inspired from the MS Winodws' graphic software - MSPaint.

'Simpleness' & 'Ease' are keywords of Pyint.

So, 'Design Simple, Easy to use' is the motto of this project.

Downloads and Running MonteCristoLab Pyint

Download file from the Pyint GitHub release page. After download, please run the file, and then you can use the Pyint.

Requirements

  • Microsoft Windows 7 or newer.

  • I just checked that the Pyint can run on Windows 7 and 10. So I'm not sure about Pyint works on other version of Windows(likes XP or 8) But I can say the Pyint only supports Winodows... So I think this is the only reuquirements of Pyint.

How to use Pyint?

Pyint is easy to use.

You can use Pyint with mouse.

License

Pyint is under MIT license.

Enjoy :)

Comments
  • A News for Pyint users

    A News for Pyint users

    About development of Pyint

    In previous issues, I said that I'm working on GUI works.

    So, I searched the way to make GUI inviroment on Pyint, I realize that tkinter had a feature which is about drawing.

    And I think that It's more better than Turtle graphics. So I decided to change the method of Pyint.

    Therefore, I want to let you know I'm on studying and searching tkinter for develop. But the next realease and major update will make up before the end of August. So you don't have to worry about that point.

    Thank you for your interst about Pyint. And please keep looking forward to Pyint.

    I will see you at the other issue. Thx :)

    Python Notification Pyint 
    opened by Johndoe0153 0
  • Here is some news for Pyint users.

    Here is some news for Pyint users.

    There're something change on Roadmap of Pyint

    On the previous issue, I had let you know the roadmap. In the roadmap, I said that I will add fuction about saving file.

    And I'm trying to find the way for make it. But I couldn't find the way. So I'm not sure that I can add that functiom on Pyint. So, I want to say sorry that I probably won't be able to do it.

    But It is not the crisis for us. It is the Chance for us. If there is no saving fuction, Pyint will works just like scratch-pad!! And it becomes more Simple.

    Anythings that you want to scribble? Just open the Pyint. After you finished, just close the Pyint. Pyint doesn't any kinds of file what you did on your computer.

    But If you want to save your draws or doodles? Then you can use another programs likes Snip & Sketch

    And There is One more things...

    However, I'm starting on works about GUI inviroments on Pyint.

    GUI will be make up with Tkinter, as I already said.

    And I will promise that the GUI works will end up before on end of August.

    So please keep the intersets on the Pyint Thank you XD

    Python News Pyint 
    opened by Johndoe0153 0
  • The Roadmap of Pyint

    The Roadmap of Pyint

    Roadmap

    I'm trying to update two things until end of August(8.31).

    • First, Add Saving fuction: Still, we can't save your works now. Sp I'm planning to update for this ASAP.

    • Second, Change Interface: Until v2.1.0 I keep adding fuctions to Pyint. But for use those things, we have to type each commands. So, I decided to chage interface from CLI into GUI. I think GUI will be making up by Tkinter.

    So for those updates, Pyint will be more Simply and Easily. And it will lead Pyint to the better program.

    I'm specting that Pyint become more useful program for us.

    Thank you :)

    Python Notification 
    opened by Johndoe0153 0
  • New Minor Update!!

    New Minor Update!!

    I change the codes about 'Control' and 'Settings'

    So you can use Pyint more 'Easier' For More details, please visit release page.

    Thank you for your interst. And I will keep making up Pyint better :)

    Python Minor Update Notification 
    opened by Johndoe0153 0
  • The First Major Update of Pyint!!!

    The First Major Update of Pyint!!!

    Now you can control pen with Mouse!!

    By Pyint's motto - Simple & Ease - I try to find the way of using Pyint. And I find the way that move turtle with mouse!!!

    So I change and add the source code of Pyint. And I released v2.0.0 gladly. For More detail visit release page.

    Thank you for your interest for Pyint. And I will keep make the Pyint better. Thank you!! XD

    Python Major Update Notification 
    opened by Johndoe0153 0
  • The updated things until v1.2.0

    The updated things until v1.2.0

    v.1.0.0: The FIRST release of Pyint

    v1.1.0: Add 'Settings' to change colors of pen and background

    v1.2.0: Add '.exe' file. Change some detail of source code

    Python Minor Update Notification 
    opened by Johndoe0153 0
Releases(3.0.0)
  • 3.0.0(Aug 26, 2021)

    2nd Major Update of Pyint

    • The source codes of Pyint are totally changed for this update.

      • Now you can use Pyint more convenient than any other version of Pyint. You can controll simliarlly likes MS Paint.
    • GUI interface is available.

      • I used Tkinter for it. And now you don't have to see a console anymore :)

    p.s. I had some problem with create execute file for Pyint. So I will try my best for support exe file to you ASAP ;)

    Source code(tar.gz)
    Source code(zip)
    pyint.py(2.50 KB)
  • 2.1.0(Jul 25, 2021)

    3rd Minor Update of Pyint

    • The way of control Pyint with mouse is changed.

      • Now you don't have to type 'pu' or 'pd'. If you press left button and move mouse, you can draw the line. And if you press right button and click the position wher you want(it don't make the line!!)
    • Subdivided 'Settings Option'

      • I subdivided option. Now you can set 'Pen Color', 'Background Color' and 'Pen Thickness'

    Thx :D

    Source code(tar.gz)
    Source code(zip)
    pyint.exe(9.25 MB)
    pyint.py(2.50 KB)
  • 2.0.0(Jul 23, 2021)

  • 1.2.0(Jul 21, 2021)

    2nd Minor update of Pyint

    • Add exe file: Finally, Pyint releases with EXE file!!!

      • Now you can use Pyint without installing Python. Just download the file!
    • Here are some details of this update :

      • Change the title: I change the design of the title. You can check out when you run the program. Also you can see the version info. in the title.

      • Change the pensize: The pensize of Pyint changes '5' to '4'.

      • Change the source code, when you type 'gg': In the previous version, if you want to close the program, you just type 'gg'. But in this version, I add a option - [y/n]. So prevent the mistake, when you try to close the Pyint.

    Enjoy :)

    Source code(tar.gz)
    Source code(zip)
    Pyint.exe(9.25 MB)
    Pyint.py(1.80 KB)
  • 1.1.0(Jul 20, 2021)

  • 1.0.0(Jul 19, 2021)

Owner
John
John
This is the new and improved Plex Automatic Pre-roll script with a GUI

Rollarr This is the new and improved Automatic Pre-roll script with a GUI for Plex now called Rollarr! It should be stable but if you find a bug pleas

164 Nov 04, 2022
NiceGUI is an easy to use, Python-based UI framework, which renderes to the web browser.

NiceGUI NiceGUI is an easy to use, Python-based UI framework, which renderes to the web browser. You can create buttons, dialogs, markdown, 3D scences

Zauberzeug GmbH 419 Jan 09, 2023
Pyint is the graphic software which is written in Python

Pyint About Pyint Pyint is the graphic software which is written in Python(I use the Turtle graphics). The name 'Pyint' is compound word of 'Python' a

John 1 Nov 06, 2021
A simple browser for familiarity to PyQt :)

Erown_Browser a simple browser for familiarity to PyQt :) for start work with this install requirements by pip install -r requirements or you can use

Ehsan Amirahmadi 9 May 18, 2022
Python Screen Recorder using Python

PY-Screen-Recorder Python Screen Recorder using Python Requirement: pip install cv2 pip install pyautogui pip install numpy How to reach me? You can r

SonLyte 8 Nov 08, 2021
An offline python frontend for the QuadVisions Colab Notebook using tkinter.

Visions GUI An offline python frontend for the QuadVisions Colab Notebook using tkinter. It offers basic options and interactively displays the genera

7 Feb 15, 2022
GUI app to read settings and stats from Cloudflare WARP CLI for Linux, and change some settings

warp-cli-gui GUI app to read settings and stats from Cloudflare WARP CLI for Linux, and change some settings. Description Python program that will int

Danie 6 Nov 01, 2022
Dear PyGui Extensions is a collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.

Dear PyGui Extensions: A collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.

Jonathan Hoffstadt 34 Jan 01, 2023
A html canvas based screencasting server with occasional ground-truth updates via screenshots and very fast input drawing

rm2canvas A html canvas based screencasting server for the reMarkable 1/2 digital paper systems. It draws live on the canvas from the remarkables touc

45 Sep 08, 2022
Weather-API-GUI-Tkinter - A weather tool made using tkinter which works by fetching query city weather using an API

Weather-API-GUI-Tkinter ☁️ ❄️ version- 1️⃣ . 0️⃣ . 0️⃣ This repo contains a weat

SasiVatsal 4 Jul 08, 2022
GUI Pancakeswap 2 and Uniswap 3 SNIPER BOT 🥇 🏆 🥇

GUI Pancakeswap V2 and Uniswap V3 trading client (and bot) MOST ADVANCE TRADING BOT SUPPORT WINDOWS LINUX MAC (BUY TOKEN ON LAUNCH)

HYDRA 16 Dec 21, 2021
The quick and easy way to add versatile graphical interfaces with networking capabilities to your Python programs.

The quick and easy way to add versatile graphical interfaces with networking capabilities to your Python programs. Give instant access to your application to whoever you want on the Internet, without

Claude SIMON 215 Dec 28, 2022
A simple project used Tkinter module to make a seperate window

Project Title This is a program to run a databse where you can store the general information of poeple. This is a very simple project and i have used

Divyansh Bhardwaj 0 Jun 25, 2022
A simple GUI designer for the python tkinter module

Leer en Español Welcome to Pygubu! Pygubu is a RAD tool to enable quick and easy development of user interfaces for the Python's tkinter module. The u

Alejandro Autalán 1.7k Dec 27, 2022
An qt asset browser for applications like houdini/nuke/maya/blender

AssetBrowser A qt asset browser for applications like houdini/nuke/maya/blender Currently in development Note: Only houdini plugin available during de

Jonas Sorgenfrei 6 Aug 05, 2022
Win32mica: a simple module to add the Mica effect on legacy python windows.

Win32mica (aka PyMica): A simple module to add the Mica effect on legacy python windows The aim of this project is to apply the Mica effect on python

Martí Climent 40 Dec 13, 2022
Bank-Project - A bank ATM simulator recreated in python

Bank-Project A bank ATM simulator recreated in python. NOTE: this repo is a translation of Rasphy2009/Proyecto-Banco Requirements (.py only) 🐍 Python

Rasphy 2 Jan 02, 2022
Windows & Linux GUI application to use a Satodime (satodime.io)

Satodime-Tool Licence: LGPL v3 Author: Toporin Language: Python (= 3.6) Homepage: https://github.com/Toporin/Satodime-Tool Introduction What is Satod

4 Dec 16, 2022
Desktop application for Windows/macOS users to rotate through custom, preset, and searched-for collections of backgrounds with scheduling and additional settings

Background Revolution (In Development, Alpha Release) What? This will be an application for users to customize their windows backgrounds by uploading

Daniel Agapov 1 Nov 02, 2021
A quick GUI script to pseudo-anonymize patient videos for use in the GRK

grk_patient_sorter A quick GUI script to pseudo-anonymize patient videos for use in the GRK. Source directory — the highest level folder that will be

Peter Somers 1 Dec 09, 2021