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
A Python native, OS native GUI toolkit.

Toga A Python native, OS native GUI toolkit. Prerequisites Minimum requirements Toga requires Python 3. Python 2 is not supported. If you're on macOS,

BeeWare 3.3k Dec 31, 2022
A little Python library for making simple Electron-like HTML/JS GUI apps

Eel Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Ee

Chris Knott 5.4k Jan 07, 2023
Use any of the 1k+ free FontAwesome icons in your tkinter application.

TkFontAwesome A library that enables you to use FontAwesome icons in your tkinter application. You may use any of the 1k+ free FontAwesome 5.0 icons.

Israel Dryer 33 Dec 20, 2022
Python3.9/Kivy2.0 project to manage Valkyrie Scenarios

.valkyrie Manager This is a Python 3.9/Kivy 2.0 application that helps to manage quest (.valkyrie) files (from Valkyrie app) It identifies new quests

Kempes J. 1 Jan 28, 2022
Basic Alarm Clock using Python.

Basic Alarm Clock using Python.

Samyak Jain 2 Feb 10, 2022
Plantasia, all your plants and muchrooms in one place!

Plantasia Project Description Tkinter GUI to be used as a repository for plants and muchrooms. It helps to optimize the search for species that have h

Marco Rodrigues 1 Dec 23, 2021
GlobalProtectGUI is a simple tray app to connect, disconnect and monitor globalprotect VPN connection.

Simple GlobalProtectGUI GlobalProtectGUI is simple tray app to connect, disconnect and monitor globalprotect VPN connection. Installation Required bef

Aleksandar Dostic 11 Oct 07, 2022
ZFS Administration GUI

ZYGGY ZFS Administration GUI Zyggy is a very simple GUI for basic ZFS administration. The system provides graphical access for most frequently used ZF

51 Dec 18, 2022
Project made in Qt Designer + Python, for evaluation in the subject Introduction to Programming in IFPE - Paulista campus.

Project made in Qt Designer + Python, for evaluation in the subject Introduction to Programming in IFPE - Paulista campus.

Paola Rodrigues 2 Apr 13, 2022
Projeto de mini-games de azar com interface gráfica utilizando Python e PySimpleGui.

Gambling Mini jogos de azar unidos em uma mesma interface gráfica, utilizando a linguagem de programação Python em conjunto com a biblioteca de interf

Clayton Garcia da Silva 3 Nov 19, 2021
LCD GUI for P4wnP1 ALOA

GUI for P4wnP1 Colorful UI interface for P4wnP1 ALOA Don't pwn just as a USB client. Use also the USB host capabilities! UPS Lite support Scalability

John 7 Dec 13, 2022
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

Will McGugan 17.1k Jan 08, 2023
QGUI - 0.1MB超轻量Python GUI框架,用模板来快捷制作深度学习模型推理界面

QGUI - 0.1MB超轻量Python GUI框架,用模板来快捷制作深度学习模型推理界面

QPT Family 92 Nov 18, 2022
The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components

The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components. Total adopt OOD design class, service, and abstract class. OOP implemente

Jiage 1 Jan 11, 2022
A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux

notify.py Cross platform desktop notifications for Python scripts and applications. Docs You can read the docs on this Git's Wiki, or here Supported P

Mustafa 178 Dec 26, 2022
PyQT5 app for LOLBAS and GTFOBins

LOLBins PyQT app to list all Living Off The Land Binaries and Scripts for Windows from LOLBAS and Unix binaries that can be used to bypass local secur

Hamza Megahed 41 Dec 01, 2022
GUI implementation of a Transformer chatbot. Suggests amicable responses to messages from friends.

conversation-helper GUI implementation of a Transformer chatbot. Suggests amicable responses to messages from friends. Screenshots Upcoming Release Im

Mark Musil 6 Nov 05, 2021
Advanced GUI Discord Account Nuker that is easy to use, with many features.

AccountNukeV3 Showcase Youtube: Features: Remove all friends Block all friends Leave all servers Mass create servers Close all dms Mass dm Fuck Settin

Lodi#0001 24 May 22, 2022
A GUI panel to manage multi monitor on i3wm.

Monitor manager Only for I3wm (Just for now) It's about two years that I'm using i3 as my window manager and in my experience this window manager allo

Wire.Nemo 3 Nov 06, 2021
Linux GUI app to codon optimize a directory with fasta files using taxonomy ids imported as a 1-column txt file (1 taxonomy id for each file)

codon optimize cds paired with taxids singlefastas gui Linux GUI app to codon optimize a directory with fasta files using taxonomy ids imported as a 1

Olga Tsiouri 1 Jan 09, 2022