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
PyEditor - A Simple Text Editor for python

PyEditor work in progress Text Editor for python Installation git clone https://github.com/ArmenG888/PyEditor Install the libraries Linux or mac pip

ArmenG 3 Mar 15, 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
Tkinter-ATM - Python GUI case made with Tkinter

tkinter-ATM Python GUI case made with Tkinter The task of this case was to creat

2 Jan 13, 2022
Quebra cabeƧa - Utilizando biblioteca do python: PyQt5

Puzzle 3x3 PyQt5 - Windows Quebra cabeƧa - Utilizando biblioteca do python: PyQt5 Para testar este quebra cabeƧa na sua maquina, primeiramente faƧa o

Matheus Marsal 1 Dec 21, 2021
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
FPKG Maker GUI - A user friendly User Interface for fPKG Tools for PS4

Know Issues being worked on Please place this application on the root of a drive

26 Nov 27, 2022
A graphical user interface calendar with python

GUI-Calendar A graphical user interface calendar with python In this project I used tkinter module If you dont have tkinter module you can install it

Arone Sadegh 1 Dec 18, 2021
A simple alarm-clock created using Python and Kivy.

Alarm-Clock made with Python and Kivy. A simple alarm-clock created using Python and Kivy. See the time. Set a maximum of 5 alarms. Cancel alarms. Not

Caio 2 Jul 31, 2022
EZ Presence - A GUI-Python app which makes it easy to set a custom Discord Rich Presence. (BETA)

EZ Presence EZ Presence is a GUI-Python app which makes it easy to set any custom Discord Rich Presence. Using the App How to Run Since the app is in

notsniped 2 Mar 01, 2022
Example GUI for Command line capable machine learning programs

Example GUI for Command line capable machine learning programs This is an example GUI made in PysimpleGUI and Tkinter, mainly for machine learning pro

Kim Yongwook 4 May 31, 2022
This is a rip off of the classical iPhone Calculator . This project has been made with PyQT5

iPhoneCalcRIP-OFF This is a rip off of the classical iPhone Calculator . This project has been made with PyQT5

Juss Patel 7 May 01, 2022
Rich.tui is a TUI (Text User Interface) framework for Python using Rich as a renderer.

rich.tui Rich.tui is a TUI (Text User Interface) framework for Python using Rich as a renderer. The end goal is to be able to rapidly create rich term

Will McGugan 17.1k Jan 04, 2023
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 Windows Dock Widget Written In Pure Python

VEŠŸUS A Windows Dock Widget Written In Pure Python What is Venus? Venus is a Dock Widget for your desktops interface. It adds a couple of really cool

Secrets 18 Dec 30, 2022
A very simple calculator with a modern UI made in Python thanks for the stunning Sun-Valley-ttk-theme and Segoe UI Variable font.

Fluent-Python-Calculator A simple Python calculator with Sun-Valley-ttk-theme About Fluent-Python-Calculator: A very simple calculator with a modern U

59 Dec 06, 2022
Tkinter Designer - Create Beautiful Tkinter GUIs by Drag and Drop.

Tkinter Designer is created to speed up and beautify Python GUI Experience. It uses well know design software called Figma. Which makes creating Tkinter GUI in Python a piece of cake.

Parth Jadhav 5.2k Jan 09, 2023
Create custom desktop notificatons using python

Create custom desktop notificatons using python In this video i am going to use a module called plyer

Niranjan 2 Dec 15, 2021
Basic Alarm Clock using Python.

Basic Alarm Clock using Python.

Samyak Jain 2 Feb 10, 2022
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
This program is written in python. It will help you find a valid solution for a sudoku puzzle.

Sudoku-Solver-Using-Tkinter This program is written in python. It will help you find a valid solution for a sudoku puzzle. Requirements: Python3 IDLE

Ankan Mahapatra 3 Oct 02, 2021