Coder Social home page Coder Social logo

text-editor's Introduction

Text Editor/Notepad

Author: Devansh Tayal

Github: https://github.com/Devansh2005

=========================================================================

DESCRIPTION

It is a tkinter, Python project (a simple text editor) open for contribution and beginner friendly. You can start your open-source project from this Text-Editor.

=========================================================================

Installation

This project requires that you have Python installed. Download it here.

It also requires the following Python packages, which can be installed via pip:

tkinter==8.6
gtts ==2.2.1
pyttsx3==2.90
SpeechRecognition==3.8.1
PyAudio==0.2.11

Then run it by double clicking on dpad.py!

=========================================================================

Features !

  • Various themes are available.

  • All required font styles and colours.

  • Text to speech

  • Text to speech (Beta).

  • Speech to Text

Editor's Interface Screenshot

Screenshot

=======================================================================

๐Ÿ“Œ Opensource Programs

This project is a part of following Open Source Program

=======================================================================

Contributing

Pull requests are welcome. If someone wants to contribute to this project can fork and add the Functionalities. Like adding a loading bar/loading wheel while text-to-speech is processing. Or enhance the GUI.

Happy Contribution โœจ

text-editor's People

Contributors

0xali3n avatar 22gc22 avatar adhilcodes avatar anotherpopoua avatar arpit-mhnty avatar ashgpta avatar ayushimsec avatar ayushlocalhost avatar deepak-dex avatar dernyt-tpe avatar dev1920 avatar devansh2005 avatar dollygupta07 avatar frankie-b avatar haelmj avatar luharinos avatar mgilberties avatar siddh2 avatar suyashendra avatar willtheorangeguy avatar yumozi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

text-editor's Issues

Updating README

I think the contribution section on the readme needs to be updated since the suggested feature has already been implemented

Adding Virtual Keypad

Want to add an option to write text in text editor using virtual keypad.

Will create a button keypad clicking on which a virtual keypad will pop up and user can enter text using this virtual keypad.

Bug: Italic button not working correctly

Problem

When Italics button is clicked, text changes to italics font. However, if text is already in italics format, clicking the button does nothing.

Expected Result

Text changes back to normal font.

Solution

In dpad.py replace weight on line 188 with slant

Arial font error in Linux

font_tuple tuple have no entry arial.

Traceback (most recent call last):
  File "dpad.py", line 83, in <module>
    font_box.current(font_tuple.index("Arial"))
ValueError: tuple.index(x): x not in tuple

Also there are lot of bugs. e.g. requirements.txt doesn't require tkinter as it is not a python package, you should better provide installing it in readme, nor does it require platform_version . requirements.txt is used so that anyone can install all dependences using pip install -r .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.