Compare commits

..

11 Commits

Author SHA1 Message Date
deadvey
31e7eab069 removed duplicating words when using .split(' '), which produces empty None strings, used filter(None, ...) to remove these empty strings 2026-04-02 01:18:25 +01:00
deadvey
aff8a8dd43 added a dedicated sleep function 2026-04-01 18:27:39 +01:00
deadvey
a912836c07 Added the help command 2026-03-30 15:21:29 +01:00
deadvey
302d7ea2e4 readme formatting 2026-03-30 15:15:16 +01:00
deadvey
9923bda2a1 updated the top argument list in readme 2026-03-30 15:14:31 +01:00
deadvey
c59e00cf78 Added support for different voices, renamed language and quote files with their 2 letter abreviations.
New arguments: -v, -c
2026-03-30 15:11:54 +01:00
deadvey
21345481b4 Fixed how quote IDs are read as argument and change the flag for listing quotes.
Added some more english & spanish quotes
2026-03-30 14:32:43 +01:00
deadvey
fea01154f3 Updated the comments and how rate is done 2026-03-30 01:11:08 +01:00
deadvey
2859b3fbd5 updated reamde and language files and args 2026-03-30 00:34:54 +01:00
deadvey
17e77c6372 Removed the old get_dictation file and updated the text outputing of the dictations 2026-03-29 20:54:25 +01:00
deadvey
6ed1c6493e Added file mode support 2026-03-29 20:23:59 +01:00
18 changed files with 2078 additions and 292 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__ __pycache__
venv venv
*.swp *.swp
test.txt

675
LICENSE Normal file
View File

@@ -0,0 +1,675 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@@ -1,13 +1,46 @@
# Aladeen
This is a program for dictating text to you for practising writing, typing, stenography or whatever<br/>
You can configure the playback speed, language and mode (timed, words, quote or file).<br/>
## Command line options
All these options overide configuration in config.json<br/> All these options overide configuration in config.json<br/>
c,f,h,i,l,m,o,q,t,u,v,w<br/>
**--wpm, -w <int>**<br/> **--wpm, -w <int>**<br/>
set the rate of dictation, defaults to 50, note: this is not exact as it measures the time between words in order to avoid a very short gap after a long word.<br/> set the rate of dictation, defaults to 50, note: this is not exact as it measures the time between words in order to avoid a very short gap after a long word.<br/>
**--mode, -m <mode> <mod>**<br/> **--mode, -m <mode>**<br/>
Sets a mode, one of 'timed', 'words','quote' or 'file' followed by an optional modifier representing either the time (in seconds) or the number of words, or the quote ID, or the file name.<br/> Sets a mode, one of 'timed', 'words','quote' or 'file' followed by an optional modifier representing either the time (in seconds) or the number of words, or the quote ID, or the file name.<br/>
**--filename, -f <filename>**<br/>
Passes a filename as parameter for the file mode<br/>
**--words, -o <number of words>**<br/>
Number of words for words mode<br/>
**--time, -t <time>**<br/>
Time in seconds for timed mode<br/>
**--quote, -q <time>**<br/>
Specify a quote ID for quotes mode, see all quotes in your selected language with -u<br/>
**--language, -l <language>**<br/> **--language, -l <language>**<br/>
Selects a language, defaults to english, must be a listed language in -i<br/> Selects a language, defaults to english, must be a listed language in -i<br/>
**--list-quotes, -q**<br/> **--voice, -v <voice id>**<br/>
Selects a voice to use, defaults to gwm/en in config.json<br/>
**--list-voices, -c**<br/>
Lists all the available voices you can use, also see [voices.txt](voices.txt)<br/>
**--list-quotes, -u**<br/>
Lists the available quotes and exits<br/> Lists the available quotes and exits<br/>
**--list-languages, -i**<br/> **--list-languages, -i**<br/>
Lists the installed languages and exits<br/> Lists the installed languages and exits<br/>
**--help, -h**<br/> **--help, -h**<br/>
Output's this help text and exits<br/> Output's this help text and exits<br/>
## TODO
- Get the dictation to work with non-latin letters
- Get more languages supported
- Make the voice sound less robotic
## Languages
Current languages: English or Spanish, I plan to add more though.<br/>
The languages were downloaded from monkeytype.com
## Quotes
The english quotes were downloaded from [here](https://gist.github.com/nasrulhazim/54b659e43b1035215cd0ba1d4577ee80)
## Collaboration
You're free to open a PR for features, new languages or quotes :)

56
args.py
View File

@@ -1,31 +1,71 @@
import os import os
import json import json
def handle_arguments(arguments, config): def handle_arguments(arguments, config, engine):
for index, arg in enumerate(arguments[1:]): for index, arg in enumerate(arguments[1:]):
match arg: match arg:
case '--wpm'|'-w': case '--wpm'|'-w':
config['wpm'] = int(arguments[index+2]) config['wpm'] = int(arguments[index+2])
case '--language'|'-l': case '--language'|'-l':
config['language'] = arguments[index+2] config['language'] = arguments[index+2]
case '--voice'|'-v':
config['voice'] = arguments[index+2]
case '--mode'|'-m': case '--mode'|'-m':
config['mode'] = arguments[index+2] config['mode'] = arguments[index+2]
try: case '--words'|'-o':
config['mode_modifier'] = int(arguments[index+3]) config['words'] = int(arguments[index+2])
except ValueError: case '--time'|'-t':
config['mode_modifier'] = arguments[index+3] config['time'] = int(arguments[index+2])
except IndexError: case '--filename'|'-f':
config.pop('mode_modifier',None) config['filename'] = arguments[index+2]
case '--quote'|'-q':
config['quoteid'] = int(arguments[index+2])
case '--list-languages'|'-i': case '--list-languages'|'-i':
languages = os.listdir('languages') languages = os.listdir('languages')
for lang in languages: for lang in languages:
print(lang.replace('.json','')) print(lang.replace('.json',''))
exit() exit()
case '--list-quotes'|'-q': case '--list-quotes'|'-u':
with open(f'quotes/{config['language']}.json') as file: with open(f'quotes/{config['language']}.json') as file:
quotes = json.load(file) quotes = json.load(file)
for index,quote in enumerate(quotes): for index,quote in enumerate(quotes):
print(f'{index}: {quote['quote']} - {quote['author']}') print(f'{index}: {quote['quote']} - {quote['author']}')
exit() exit()
case '--list-voices'|'-c':
voices = engine.getProperty('voices')
for voice in voices:
print(voice)
exit()
case '--help'|'h':
print('''Command line options
All these options overide configuration in config.json
c,f,h,i,l,m,o,q,t,u,v,w
--wpm, -w <int>
set the rate of dictation, defaults to 50, note: this is not exact as it measures the time between words in order to avoid a very short gap after a long word.
--mode, -m <mode>
Sets a mode, one of 'timed', 'words','quote' or 'file' followed by an optional modifier representing either the time (in seconds) or the number of words, or the quote ID, or the file name.
--filename, -f <filename>
Passes a filename as parameter for the file mode
--words, -o <number of words>
Number of words for words mode
--time, -t <time>
Time in seconds for timed mode
--quote, -q <time>
Specify a quote ID for quotes mode, see all quotes in your selected language with -u
--language, -l <language>
Selects a language, defaults to english, must be a listed language in -i
--voice, -v <voice id>
Selects a voice to use, defaults to gwm/en in config.json
--list-voices, -c
Lists all the available voices you can use, also see [voices.txt](voices.txt)
--list-quotes, -u
Lists the available quotes and exits
--list-languages, -i
Lists the installed languages and exits
--help, -h
Output's this help text and exits
''')
exit()
case _: case _:
continue continue
return config return config

View File

@@ -1,5 +1,8 @@
{ {
"mode": "quote", "mode": "words",
"words": 20,
"time": 30,
"wpm": 50, "wpm": 50,
"language": "english" "language": "en",
"voice": "gmw/en"
} }

View File

@@ -6,56 +6,90 @@ import random
import maths import maths
def words(config): # WORDS #
engine = pyttsx3.init() def words(config, engine):
words_list = [] # Open the words list
with open(f'languages/{config['language']}.json', 'r') as file: with open(f'languages/{config['language']}.json', 'r') as file:
dump = json.load(file) dump = json.load(file)
words_list = dump['words'] words_list = dump['words']
# Dictation is stored in an array
dictation = [] dictation = []
for i in range(0, config['mode_modifier']): # If the number of words is undefined, set the default value to 20
if not 'words' in config:
config['words'] = 20
# Pre-generate the list of words
for i in range(0, config['words']):
word = words_list[maths.biased_random(len(words_list)-1)] word = words_list[maths.biased_random(len(words_list)-1)]
dictation.append(word) dictation.append(word)
print(word,end=' ') print(word)
# Dictate this generated list of words
for word in dictation: for word in dictation:
engine.say(word) engine.say(word)
engine.runAndWait() engine.runAndWait()
time.sleep(1/(config['wpm']/60)) # Break between words as determined by the wpm
maths.sleep(config['wpm'])
def timed(config): # TIMED #
engine = pyttsx3.init() def timed(config, engine):
words_list = [] # Open the words list
with open(f'languages/{config['language']}.json', 'r') as file: with open(f'languages/{config['language']}.json', 'r') as file:
dump = json.load(file) dump = json.load(file)
words_list = dump['words'] words_list = dump['words']
if not 'time' in config:
config['time'] = 30
# For keeping track of time # For keeping track of time
start = time.time() start = time.time()
# The words are generated on-demand
while 1==1: while 1==1:
word = words_list[maths.biased_random(len(words_list)-1)] word = words_list[maths.biased_random(len(words_list)-1)]
engine.say(word) engine.say(word)
print(f'{word} ') print(f'{word} ')
engine.runAndWait() engine.runAndWait()
time.sleep(1/(config['wpm']/60)) # Break between words as determined by the wpm
maths.sleep(config['wpm'])
# check if too much time has elapsed for mode: time # check if too much time has elapsed for mode: time
now = time.time() now = time.time()
# Break condition # Break condition
if (now-start) > config['mode_modifier']: if (now-start) > config['time']:
break break
def quote(config): # QUOTE #
engine = pyttsx3.init() def quote(config, engine):
# Fetch the lists of quotes
with open(f'quotes/{config['language']}.json', 'r') as file: with open(f'quotes/{config['language']}.json', 'r') as file:
quotes = json.load(file) quotes = json.load(file)
if 'mode_modifier' in config: # If a quote ID is specified, use that quote
quote = quotes[config['mode_modifier']] if 'quoteid' in config:
quote = quotes[config['quoteid']]
# Otherwise, generate a random number for the quote ID
else: else:
x = random.randint(0, len(quotes)-1) x = random.randint(0, len(quotes)-1)
quote = quotes[x] quote = quotes[x]
print(f'{quote['quote']}\n\t\t\t - {quote['author']}') print(f'{quote['quote']}\n\t\t\t - {quote['author']}')
dictation = quote['quote'].split(' ') dictation = filter(None, quote['quote'].split(' ')) # turn the string into a list of words, the filter function removes empty strings
# Dictate the quote
for word in dictation: for word in dictation:
engine.say(word) engine.say(word)
engine.runAndWait() engine.runAndWait()
time.sleep(1/(config['wpm']/60)) # Break between words as determined by the wpm
maths.sleep(config['wpm'])
# FILE #
def file(config, engine):
# Check the filename is definied
if not 'filename' in config:
print('Filename required, use -f <filename>')
exit()
# Loop over the file, outputting it
with open(f'{config['filename']}', 'r') as file:
lines = file.readlines()
# Text output
for line in lines:
print(line)
# Dictation loop
for line in lines:
for word in filter(None, line.split(' ')): # the filter function removes empty strings
engine.say(word)
engine.runAndWait()
# Break between words as determined by the wpm
maths.sleep(config['wpm'])

View File

@@ -1,38 +0,0 @@
import json
import maths
import random
def words(config):
dictation = []
words_list = []
with open(f'languages/{config['language']}.json', 'r') as file:
dump = json.load(file)
words_list = dump['words']
for i in range(0,config['mode_modifier']):
x = maths.biased_random(len(words_list)-1)
dictation.append(words_list[x])
return dictation
def time(config):
dictation = []
words_list = []
with open(f'languages/{config['language']}.json', 'r') as file:
dump = json.load(file)
words_list = dump['words']
# TODO: Really, these should be generated on demand
for i in range(0,config['mode_modifier']*3):
x = maths.biased_random(len(words_list)-1)
dictation.append(words_list[x])
return dictation
def quote(config):
dictation = []
with open(f'quotes/{config['language']}.json', 'r') as file:
quotes = json.load(file)
print(quotes)
x = random.randint(0,len(quotes)-1)
print(quotes[x])
return dictation

1
languages/en.json Normal file
View File

@@ -0,0 +1 @@
{"language": "english", "words":["the","be","of","and","a","to","in","he","have","it","that","for","they","I","with","as","not","on","she","at","by","this","we","you","do","but","from","or","which","one","would","all","will","there","say","who","make","when","can","more","if","no","man","out","other","so","what","time","up","go","about","than","into","could","state","only","new","year","some","take","come","these","know","see","use","get","like","then","first","any","work","now","may","such","give","over","think","most","even","find","day","also","after","way","many","must","look","before","great","back","through","long","where","much","should","well","people","down","own","just","because","good","each","those","feel","seem","how","high","too","place","little","world","very","still","nation","hand","old","life","tell","write","become","here","show","house","both","between","need","mean","call","develop","under","last","right","move","thing","general","school","never","same","another","begin","while","number","part","turn","real","leave","might","want","point","form","off","child","few","small","since","against","ask","late","home","interest","large","person","end","open","public","follow","during","present","without","again","hold","govern","around","possible","head","consider","word","program","problem","however","lead","system","set","order","eye","plan","run","keep","face","fact","group","play","stand","increase","early","course","change","help","line"]}

View File

@@ -1 +0,0 @@
{"name":"english","noLazyMode":true,"orderedByFrequency":true,"words":["the","be","of","and","a","to","in","he","have","it","that","for","they","I","with","as","not","on","she","at","by","this","we","you","do","but","from","or","which","one","would","all","will","there","say","who","make","when","can","more","if","no","man","out","other","so","what","time","up","go","about","than","into","could","state","only","new","year","some","take","come","these","know","see","use","get","like","then","first","any","work","now","may","such","give","over","think","most","even","find","day","also","after","way","many","must","look","before","great","back","through","long","where","much","should","well","people","down","own","just","because","good","each","those","feel","seem","how","high","too","place","little","world","very","still","nation","hand","old","life","tell","write","become","here","show","house","both","between","need","mean","call","develop","under","last","right","move","thing","general","school","never","same","another","begin","while","number","part","turn","real","leave","might","want","point","form","off","child","few","small","since","against","ask","late","home","interest","large","person","end","open","public","follow","during","present","without","again","hold","govern","around","possible","head","consider","word","program","problem","however","lead","system","set","order","eye","plan","run","keep","face","fact","group","play","stand","increase","early","course","change","help","line"]}

1
languages/es.json Normal file
View File

@@ -0,0 +1 @@
{"language": "español", "words":["como","su","que","él","era","para","en","son","con","ellos","ser","uno","tener","este","desde","por","caliente","palabra","pero","qué","algunos","es","lo","usted","o","tenido","la","de","a","y","un","nos","lata","otros","eran","hacer","tiempo","si","cómo","dicho","cada","decir","hace","conjunto","tres","querer","aire","así","también","jugar","pequeño","fin","poner","leer","mano","puerto","grande","deletrear","añadir","incluso","tierra","aquí","debe","alto","tal","siga","acto","hierro","preguntar","hombres","cambio","porque","luz","tipo","fuego","imagen","tratar","nosotros","animal","punto","madre","mundo","cerca","construir","auto","padre","cualquier","nuevo","trabajo","parte","tomar","conseguir","lugar","hecho","vivir","donde","después","atrás","poco","ronda","hombre","años","vino","buena","me","dar","nuestro","bajo","nombre","muy","forma","frase","gran","pensar","ayudar","línea","caja","causa","mucho","ciudad","antes","movimiento","derecho","niño","viejo","demasiado","misma","ella","todo","hay","cuando","hasta","uso","camino","acerca","muchos","entonces","escribir","haría","éstos","largo","cosa","ver","dos","tiene","buscar","más","día","podía","ir","venir","hizo","número","sonar","no","personas","mi","sobre","saber","agua","llamada","primero","puede","abajo","lado","estado","ahora","encontrar","bien","siempre","mayor","menor","mientras","quien","ayer","pasado","medio","nunca","poder","veces","fiesta","grupo","cuenta","noche","gente","cuerpo","semana","segundo","varios","libro","persona","fuera","casa","solo","mujer","sistema","vida"]}

View File

@@ -1 +0,0 @@
{"name":"spanish","bcp47":"es-ES","words":["como","su","que","él","era","para","en","son","con","ellos","ser","uno","tener","este","desde","por","caliente","palabra","pero","qué","algunos","es","lo","usted","o","tenido","la","de","a","y","un","nos","lata","otros","eran","hacer","tiempo","si","cómo","dicho","cada","decir","hace","conjunto","tres","querer","aire","así","también","jugar","pequeño","fin","poner","leer","mano","puerto","grande","deletrear","añadir","incluso","tierra","aquí","debe","alto","tal","siga","acto","hierro","preguntar","hombres","cambio","porque","luz","tipo","fuego","imagen","tratar","nosotros","animal","punto","madre","mundo","cerca","construir","auto","padre","cualquier","nuevo","trabajo","parte","tomar","conseguir","lugar","hecho","vivir","donde","después","atrás","poco","ronda","hombre","años","vino","buena","me","dar","nuestro","bajo","nombre","muy","forma","frase","gran","pensar","ayudar","línea","caja","causa","mucho","ciudad","antes","movimiento","derecho","niño","viejo","demasiado","misma","ella","todo","hay","cuando","hasta","uso","camino","acerca","muchos","entonces","escribir","haría","éstos","largo","cosa","ver","dos","tiene","buscar","más","día","podía","ir","venir","hizo","número","sonar","no","personas","mi","sobre","saber","agua","llamada","primero","puede","abajo","lado","estado","ahora","encontrar","bien","siempre","mayor","menor","mientras","quien","ayer","pasado","medio","nunca","poder","veces","fiesta","grupo","cuenta","noche","gente","cuerpo","semana","segundo","varios","libro","persona","fuera","casa","solo","mujer","sistema","vida"]}

25
main.py
View File

@@ -6,20 +6,23 @@ import args # Handles command line arguments
import maths import maths
import dictate import dictate
config = {} engine = pyttsx3.init()
with open('config.json', 'r') as file: with open('config.json', 'r') as file:
config = json.load(file) config = json.load(file)
# Handle the command line arguments # Handle the command line arguments
config = args.handle_arguments(sys.argv, config) config = args.handle_arguments(sys.argv, config, engine)
print(config)
dictation = ''
engine.setProperty('rate', config['wpm'])
engine.setProperty('voice', config['voice'])
# TODO: match case # TODO: match case
if config['mode'] == 'words': match config['mode']:
dictate.words(config) case 'words':
if config['mode'] == 'timed': dictate.words(config, engine)
dictate.timed(config) case 'timed':
if config['mode'] == 'quote': dictate.timed(config, engine)
dictate.quote(config) case 'quote':
dictate.quote(config, engine)
case 'file':
dictate.file(config, engine)

View File

@@ -1,4 +1,11 @@
import random import random
import time
# Random number generator that's biased towards 0 # Random number generator that's biased towards 0
def biased_random(max_value, strength=3): def biased_random(max_value, strength=3):
return round((random.random() ** strength) * max_value) return round((random.random() ** strength) * max_value)
def sleep(wpm):
sleep_time = (1/(wpm/60))-1
if sleep_time > 0.0:
time.sleep(sleep_time)

111
quotes/en.json Normal file
View File

@@ -0,0 +1,111 @@
[
{ "quote":"Life isnt about getting and having, its about giving and being.","author":"Kevin Kruse"},
{ "quote":"Whatever the mind of man can conceive and believe, it can achieve.","author":"Napoleon Hill"},
{ "quote":"Strive not to be a success, but rather to be of value.","author":"Albert Einstein"},
{ "quote":"Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference.","author":"Robert Frost"},
{ "quote":"I attribute my success to this: I never gave or took any excuse.","author":"Florence Nightingale"},
{ "quote":"You miss 100% of the shots you dont take.","author":"Wayne Gretzky"},
{ "quote":"Ive missed more than 9000 shots in my career. Ive lost almost 300 games. 26 times Ive been trusted to take the game winning shot and missed. Ive failed over and over and over again in my life. And that is why I succeed.","author":"Michael Jordan"},
{ "quote":"The most difficult thing is the decision to act, the rest is merely tenacity.","author":"Amelia Earhart"},
{ "quote":"Every strike brings me closer to the next home run.","author":"Babe Ruth"},
{ "quote":"Definiteness of purpose is the starting point of all achievement.","author":"W. Clement Stone"},
{ "quote":"We must balance conspicuous consumption with conscious capitalism.","author":"Kevin Kruse"},
{ "quote":"Life is what happens to you while youre busy making other plans.","author":"John Lennon"},
{ "quote":"We become what we think about.","author":"Earl Nightingale"},
{ "quote":"Twenty years from now you will be more disappointed by the things that you didnt do than by the ones you did do, so throw off the bowlines, sail away from safe harbor, catch the trade winds in your sails. Explore, Dream, Discover.","author":"Mark Twain"},
{ "quote":"Life is 10% what happens to me and 90% of how I react to it.","author":"Charles Swindoll"},
{ "quote":"The most common way people give up their power is by thinking they dont have any.","author":"Alice Walker"},
{ "quote":"The mind is everything. What you think you become.","author":"Buddha"},
{ "quote":"The best time to plant a tree was 20 years ago. The second best time is now.","author":"Chinese Proverb"},
{ "quote":"An unexamined life is not worth living.","author":"Socrates"},
{ "quote":"Eighty percent of success is showing up.","author":"Woody Allen"},
{ "quote":"Your time is limited, so dont waste it living someone elses life.","author":"Steve Jobs"},
{ "quote":"Winning isnt everything, but wanting to win is.","author":"Vince Lombardi"},
{ "quote":"I am not a product of my circumstances. I am a product of my decisions.","author":"Stephen Covey"},
{ "quote":"Every child is an artist. The problem is how to remain an artist once he grows up.","author":"Pablo Picasso"},
{ "quote":"You can never cross the ocean until you have the courage to lose sight of the shore.","author":"Christopher Columbus"},
{ "quote":"Ive learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel.","author":"Maya Angelou"},
{ "quote":"Either you run the day, or the day runs you.","author":"Jim Rohn"},
{ "quote":"Whether you think you can or you think you cant, youre right.","author":"Henry Ford"},
{ "quote":"The two most important days in your life are the day you are born and the day you find out why.","author":"Mark Twain"},
{ "quote":"Whatever you can do, or dream you can, begin it. Boldness has genius, power and magic in it.","author":"Johann Wolfgang von Goethe"},
{ "quote":"The best revenge is massive success.","author":"Frank Sinatra"},
{ "quote":"People often say that motivation doesnt last. Well, neither does bathing. Thats why we recommend it daily.","author":"Zig Ziglar"},
{ "quote":"Life shrinks or expands in proportion to ones courage.","author":"Anais Nin"},
{ "quote":"If you hear a voice within you say “you cannot paint,” then by all means paint and that voice will be silenced.","author":"Vincent Van Gogh"},
{ "quote":"There is only one way to avoid criticism: do nothing, say nothing, and be nothing.","author":"Aristotle"},
{ "quote":"Ask and it will be given to you; search, and you will find; knock and the door will be opened for you.","author":"Jesus"},
{ "quote":"The only person you are destined to become is the person you decide to be.","author":"Ralph Waldo Emerson"},
{ "quote":"Go confidently in the direction of your dreams. Live the life you have imagined.","author":"Henry David Thoreau"},
{ "quote":"When I stand before God at the end of my life, I would hope that I would not have a single bit of talent left and could say, I used everything you gave me.","author":"Erma Bombeck"},
{ "quote":"Few things can help an individual more than to place responsibility on him, and to let him know that you trust him.","author":"Booker T. Washington"},
{ "quote":"Certain things catch your eye, but pursue only those that capture the heart.","author":" Ancient Indian Proverb"},
{ "quote":"Believe you can and youre halfway there.","author":"Theodore Roosevelt"},
{ "quote":"Everything youve ever wanted is on the other side of fear.","author":"George Addair"},
{ "quote":"We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light.","author":"Plato"},
{ "quote":"Teach thy tongue to say, “I do not know,” and thous shalt progress.","author":"Maimonides"},
{ "quote":"Start where you are. Use what you have. Do what you can.","author":"Arthur Ashe"},
{ "quote":"When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down happy. They told me I didnt understand the assignment, and I told them they didnt understand life.","author":"John Lennon"},
{ "quote":"Fall seven times and stand up eight.","author":"Japanese Proverb"},
{ "quote":"When one door of happiness closes, another opens, but often we look so long at the closed door that we do not see the one that has been opened for us.","author":"Helen Keller"},
{ "quote":"Everything has beauty, but not everyone can see.","author":"Confucius"},
{ "quote":"How wonderful it is that nobody need wait a single moment before starting to improve the world.","author":"Anne Frank"},
{ "quote":"When I let go of what I am, I become what I might be.","author":"Lao Tzu"},
{ "quote":"Life is not measured by the number of breaths we take, but by the moments that take our breath away.","author":"Maya Angelou"},
{ "quote":"Happiness is not something readymade. It comes from your own actions.","author":"Dalai Lama"},
{ "quote":"If youre offered a seat on a rocket ship, dont ask what seat! Just get on.","author":"Sheryl Sandberg"},
{ "quote":"First, have a definite, clear practical ideal; a goal, an objective. Second, have the necessary means to achieve your ends; wisdom, money, materials, and methods. Third, adjust all your means to that end.","author":"Aristotle"},
{ "quote":"If the wind will not serve, take to the oars.","author":"Latin Proverb"},
{ "quote":"You cant fall if you dont climb. But theres no joy in living your whole life on the ground.","author":"Unknown"},
{ "quote":"We must believe that we are gifted for something, and that this thing, at whatever cost, must be attained.","author":"Marie Curie"},
{ "quote":"Too many of us are not living our dreams because we are living our fears.","author":"Les Brown"},
{ "quote":"Challenges are what make life interesting and overcoming them is what makes life meaningful.","author":"Joshua J. Marine"},
{ "quote":"If you want to lift yourself up, lift up someone else.","author":"Booker T. Washington"},
{ "quote":"I have been impressed with the urgency of doing. Knowing is not enough; we must apply. Being willing is not enough; we must do.","author":"Leonardo da Vinci"},
{ "quote":"Limitations live only in our minds. But if we use our imaginations, our possibilities become limitless.","author":"Jamie Paolinetti"},
{ "quote":"You take your life in your own hands, and what happens? A terrible thing, no one to blame.","author":"Erica Jong"},
{ "quote":"Whats money? A man is a success if he gets up in the morning and goes to bed at night and in between does what he wants to do.","author":"Bob Dylan"},
{ "quote":"I didnt fail the test. I just found 100 ways to do it wrong.","author":"Benjamin Franklin"},
{ "quote":"In order to succeed, your desire for success should be greater than your fear of failure.","author":"Bill Cosby"},
{ "quote":"A person who never made a mistake never tried anything new.","author":" Albert Einstein"},
{ "quote":"The person who says it cannot be done should not interrupt the person who is doing it.","author":"Chinese Proverb"},
{ "quote":"There are no traffic jams along the extra mile.","author":"Roger Staubach"},
{ "quote":"It is never too late to be what you might have been.","author":"George Eliot"},
{ "quote":"You become what you believe.","author":"Oprah Winfrey"},
{ "quote":"I would rather die of passion than of boredom.","author":"Vincent van Gogh"},
{ "quote":"A truly rich man is one whose children run into his arms when his hands are empty.","author":"Unknown"},
{ "quote":"It is not what you do for your children, but what you have taught them to do for themselves, that will make them successful human beings.","author":"Ann Landers"},
{ "quote":"If you want your children to turn out well, spend twice as much time with them, and half as much money.","author":"Abigail Van Buren"},
{ "quote":"Build your own dreams, or someone else will hire you to build theirs.","author":"Farrah Gray"},
{ "quote":"The battles that count arent the ones for gold medals. The struggles within yourselfthe invisible battles inside all of usthats where its at.","author":"Jesse Owens"},
{ "quote":"Education costs money. But then so does ignorance.","author":"Sir Claus Moser"},
{ "quote":"I have learned over the years that when ones mind is made up, this diminishes fear.","author":"Rosa Parks"},
{ "quote":"It does not matter how slowly you go as long as you do not stop.","author":"Confucius"},
{ "quote":"If you look at what you have in life, youll always have more. If you look at what you dont have in life, youll never have enough.","author":"Oprah Winfrey"},
{ "quote":"Remember that not getting what you want is sometimes a wonderful stroke of luck.","author":"Dalai Lama"},
{ "quote":"You cant use up creativity. The more you use, the more you have.","author":"Maya Angelou"},
{ "quote":"Dream big and dare to fail.","author":"Norman Vaughan"},
{ "quote":"Our lives begin to end the day we become silent about things that matter.","author":"Martin Luther King Jr."},
{ "quote":"Do what you can, where you are, with what you have.","author":"Teddy Roosevelt"},
{ "quote":"If you do what youve always done, youll get what youve always gotten.","author":"Tony Robbins"},
{ "quote":"Dreaming, after all, is a form of planning.","author":"Gloria Steinem"},
{ "quote":"Its your place in the world; its your life. Go on and do all you can with it, and make it the life you want to live.","author":"Mae Jemison"},
{ "quote":"You may be disappointed if you fail, but you are doomed if you dont try.","author":"Beverly Sills"},
{ "quote":"Remember no one can make you feel inferior without your consent.","author":"Eleanor Roosevelt"},
{ "quote":"Life is what we make it, always has been, always will be.","author":"Grandma Moses"},
{ "quote":"The question isnt who is going to let me; its who is going to stop me.","author":"Ayn Rand"},
{ "quote":"When everything seems to be going against you, remember that the airplane takes off against the wind, not with it.","author":"Henry Ford"},
{ "quote":"Its not the years in your life that count. Its the life in your years.","author":"Abraham Lincoln"},
{ "quote":"Change your thoughts and you change your world.","author":"Norman Vincent Peale"},
{ "quote":"Either write something worth reading or do something worth writing.","author":"Benjamin Franklin"},
{ "quote":"Nothing is impossible, the word itself says, “Im possible!”","author":"Audrey Hepburn"},
{ "quote":"The only way to do great work is to love what you do.","author":"Steve Jobs"},
{ "quote":"If you can dream it, you can achieve it.","author":"Zig Ziglar"},
{ "quote":"And above all, watch with glittering eyes the whole world around you because the greatest secrets are always hidden in the most unlikely places. Those who don't believe in magic will never find it.", "author": "Roald Dahl"},
{ "quote":"A computer is like air conditioning - it becomes useless when you open Windows", "author":"Linus Torvalds"},
{ "quote":"Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.", "author": "Linus Torvalds"},
{ "quote":"An idiot admires complexity, a genius admires simplicity.", "author":"Terry A. Davis"},
{ "quote":"It is not the well-fed long-haired man I fear, but the pale and the hungry looking.", "author":"Gauis Julius Caesar"},
{ "quote":"No, Luke, I am your father", "author":"Anakin Skywalker"},
{ "quote":"Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?", "author":"J.R.R. Tolkien (Gandalf)"}
]

View File

@@ -1,207 +0,0 @@
[
{
"quote":"Life isnt about getting and having, its about giving and being.","author":"Kevin Kruse"},
{
"quote":"Whatever the mind of man can conceive and believe, it can achieve.","author":"Napoleon Hill"},
{
"quote":"Strive not to be a success, but rather to be of value.","author":"Albert Einstein"},
{
"quote":"Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference.","author":"Robert Frost"},
{
"quote":"I attribute my success to this: I never gave or took any excuse.","author":"Florence Nightingale"},
{
"quote":"You miss 100% of the shots you dont take.","author":"Wayne Gretzky"},
{
"quote":"Ive missed more than 9000 shots in my career. Ive lost almost 300 games. 26 times Ive been trusted to take the game winning shot and missed. Ive failed over and over and over again in my life. And that is why I succeed.","author":"Michael Jordan"},
{
"quote":"The most difficult thing is the decision to act, the rest is merely tenacity.","author":"Amelia Earhart"},
{
"quote":"Every strike brings me closer to the next home run.","author":"Babe Ruth"},
{
"quote":"Definiteness of purpose is the starting point of all achievement.","author":"W. Clement Stone"},
{
"quote":"We must balance conspicuous consumption with conscious capitalism.","author":"Kevin Kruse"},
{
"quote":"Life is what happens to you while youre busy making other plans.","author":"John Lennon"},
{
"quote":"We become what we think about.","author":"Earl Nightingale"},
{
"quote":"Twenty years from now you will be more disappointed by the things that you didnt do than by the ones you did do, so throw off the bowlines, sail away from safe harbor, catch the trade winds in your sails. Explore, Dream, Discover.","author":"Mark Twain"},
{
"quote":"Life is 10% what happens to me and 90% of how I react to it.","author":"Charles Swindoll"},
{
"quote":"The most common way people give up their power is by thinking they dont have any.","author":"Alice Walker"},
{
"quote":"The mind is everything. What you think you become.","author":"Buddha"},
{
"quote":"The best time to plant a tree was 20 years ago. The second best time is now.","author":"Chinese Proverb"},
{
"quote":"An unexamined life is not worth living.","author":"Socrates"},
{
"quote":"Eighty percent of success is showing up.","author":"Woody Allen"},
{
"quote":"Your time is limited, so dont waste it living someone elses life.","author":"Steve Jobs"},
{
"quote":"Winning isnt everything, but wanting to win is.","author":"Vince Lombardi"},
{
"quote":"I am not a product of my circumstances. I am a product of my decisions.","author":"Stephen Covey"},
{
"quote":"Every child is an artist. The problem is how to remain an artist once he grows up.","author":"Pablo Picasso"},
{
"quote":"You can never cross the ocean until you have the courage to lose sight of the shore.","author":"Christopher Columbus"},
{
"quote":"Ive learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel.","author":"Maya Angelou"},
{
"quote":"Either you run the day, or the day runs you.","author":"Jim Rohn"},
{
"quote":"Whether you think you can or you think you cant, youre right.","author":"Henry Ford"},
{
"quote":"The two most important days in your life are the day you are born and the day you find out why.","author":"Mark Twain"},
{
"quote":"Whatever you can do, or dream you can, begin it. Boldness has genius, power and magic in it.","author":"Johann Wolfgang von Goethe"},
{
"quote":"The best revenge is massive success.","author":"Frank Sinatra"},
{
"quote":"People often say that motivation doesnt last. Well, neither does bathing. Thats why we recommend it daily.","author":"Zig Ziglar"},
{
"quote":"Life shrinks or expands in proportion to ones courage.","author":"Anais Nin"},
{
"quote":"If you hear a voice within you say “you cannot paint,” then by all means paint and that voice will be silenced.","author":"Vincent Van Gogh"},
{
"quote":"There is only one way to avoid criticism: do nothing, say nothing, and be nothing.","author":"Aristotle"},
{
"quote":"Ask and it will be given to you; search, and you will find; knock and the door will be opened for you.","author":"Jesus"},
{
"quote":"The only person you are destined to become is the person you decide to be.","author":"Ralph Waldo Emerson"},
{
"quote":"Go confidently in the direction of your dreams. Live the life you have imagined.","author":"Henry David Thoreau"},
{
"quote":"When I stand before God at the end of my life, I would hope that I would not have a single bit of talent left and could say, I used everything you gave me.","author":"Erma Bombeck"},
{
"quote":"Few things can help an individual more than to place responsibility on him, and to let him know that you trust him.","author":"Booker T. Washington"},
{
"quote":"Certain things catch your eye, but pursue only those that capture the heart.","author":" Ancient Indian Proverb"},
{
"quote":"Believe you can and youre halfway there.","author":"Theodore Roosevelt"},
{
"quote":"Everything youve ever wanted is on the other side of fear.","author":"George Addair"},
{
"quote":"We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light.","author":"Plato"},
{
"quote":"Teach thy tongue to say, “I do not know,” and thous shalt progress.","author":"Maimonides"},
{
"quote":"Start where you are. Use what you have. Do what you can.","author":"Arthur Ashe"},
{
"quote":"When I was 5 years old, my mother always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down happy. They told me I didnt understand the assignment, and I told them they didnt understand life.","author":"John Lennon"},
{
"quote":"Fall seven times and stand up eight.","author":"Japanese Proverb"},
{
"quote":"When one door of happiness closes, another opens, but often we look so long at the closed door that we do not see the one that has been opened for us.","author":"Helen Keller"},
{
"quote":"Everything has beauty, but not everyone can see.","author":"Confucius"},
{
"quote":"How wonderful it is that nobody need wait a single moment before starting to improve the world.","author":"Anne Frank"},
{
"quote":"When I let go of what I am, I become what I might be.","author":"Lao Tzu"},
{
"quote":"Life is not measured by the number of breaths we take, but by the moments that take our breath away.","author":"Maya Angelou"},
{
"quote":"Happiness is not something readymade. It comes from your own actions.","author":"Dalai Lama"},
{
"quote":"If youre offered a seat on a rocket ship, dont ask what seat! Just get on.","author":"Sheryl Sandberg"},
{
"quote":"First, have a definite, clear practical ideal; a goal, an objective. Second, have the necessary means to achieve your ends; wisdom, money, materials, and methods. Third, adjust all your means to that end.","author":"Aristotle"},
{
"quote":"If the wind will not serve, take to the oars.","author":"Latin Proverb"},
{
"quote":"You cant fall if you dont climb. But theres no joy in living your whole life on the ground.","author":"Unknown"},
{
"quote":"We must believe that we are gifted for something, and that this thing, at whatever cost, must be attained.","author":"Marie Curie"},
{
"quote":"Too many of us are not living our dreams because we are living our fears.","author":"Les Brown"},
{
"quote":"Challenges are what make life interesting and overcoming them is what makes life meaningful.","author":"Joshua J. Marine"},
{
"quote":"If you want to lift yourself up, lift up someone else.","author":"Booker T. Washington"},
{
"quote":"I have been impressed with the urgency of doing. Knowing is not enough; we must apply. Being willing is not enough; we must do.","author":"Leonardo da Vinci"},
{
"quote":"Limitations live only in our minds. But if we use our imaginations, our possibilities become limitless.","author":"Jamie Paolinetti"},
{
"quote":"You take your life in your own hands, and what happens? A terrible thing, no one to blame.","author":"Erica Jong"},
{
"quote":"Whats money? A man is a success if he gets up in the morning and goes to bed at night and in between does what he wants to do.","author":"Bob Dylan"},
{
"quote":"I didnt fail the test. I just found 100 ways to do it wrong.","author":"Benjamin Franklin"},
{
"quote":"In order to succeed, your desire for success should be greater than your fear of failure.","author":"Bill Cosby"},
{
"quote":"A person who never made a mistake never tried anything new.","author":" Albert Einstein"},
{
"quote":"The person who says it cannot be done should not interrupt the person who is doing it.","author":"Chinese Proverb"},
{
"quote":"There are no traffic jams along the extra mile.","author":"Roger Staubach"},
{
"quote":"It is never too late to be what you might have been.","author":"George Eliot"},
{
"quote":"You become what you believe.","author":"Oprah Winfrey"},
{
"quote":"I would rather die of passion than of boredom.","author":"Vincent van Gogh"},
{
"quote":"A truly rich man is one whose children run into his arms when his hands are empty.","author":"Unknown"},
{
"quote":"It is not what you do for your children, but what you have taught them to do for themselves, that will make them successful human beings.","author":"Ann Landers"},
{
"quote":"If you want your children to turn out well, spend twice as much time with them, and half as much money.","author":"Abigail Van Buren"},
{
"quote":"Build your own dreams, or someone else will hire you to build theirs.","author":"Farrah Gray"},
{
"quote":"The battles that count arent the ones for gold medals. The struggles within yourselfthe invisible battles inside all of usthats where its at.","author":"Jesse Owens"},
{
"quote":"Education costs money. But then so does ignorance.","author":"Sir Claus Moser"},
{
"quote":"I have learned over the years that when ones mind is made up, this diminishes fear.","author":"Rosa Parks"},
{
"quote":"It does not matter how slowly you go as long as you do not stop.","author":"Confucius"},
{
"quote":"If you look at what you have in life, youll always have more. If you look at what you dont have in life, youll never have enough.","author":"Oprah Winfrey"},
{
"quote":"Remember that not getting what you want is sometimes a wonderful stroke of luck.","author":"Dalai Lama"},
{
"quote":"You cant use up creativity. The more you use, the more you have.","author":"Maya Angelou"},
{
"quote":"Dream big and dare to fail.","author":"Norman Vaughan"},
{
"quote":"Our lives begin to end the day we become silent about things that matter.","author":"Martin Luther King Jr."},
{
"quote":"Do what you can, where you are, with what you have.","author":"Teddy Roosevelt"},
{
"quote":"If you do what youve always done, youll get what youve always gotten.","author":"Tony Robbins"},
{
"quote":"Dreaming, after all, is a form of planning.","author":"Gloria Steinem"},
{
"quote":"Its your place in the world; its your life. Go on and do all you can with it, and make it the life you want to live.","author":"Mae Jemison"},
{
"quote":"You may be disappointed if you fail, but you are doomed if you dont try.","author":"Beverly Sills"},
{
"quote":"Remember no one can make you feel inferior without your consent.","author":"Eleanor Roosevelt"},
{
"quote":"Life is what we make it, always has been, always will be.","author":"Grandma Moses"},
{
"quote":"The question isnt who is going to let me; its who is going to stop me.","author":"Ayn Rand"},
{
"quote":"When everything seems to be going against you, remember that the airplane takes off against the wind, not with it.","author":"Henry Ford"},
{
"quote":"Its not the years in your life that count. Its the life in your years.","author":"Abraham Lincoln"},
{
"quote":"Change your thoughts and you change your world.","author":"Norman Vincent Peale"},
{
"quote":"Either write something worth reading or do something worth writing.","author":"Benjamin Franklin"},
{
"quote":"Nothing is impossible, the word itself says, “Im possible!”","author":"Audrey Hepburn"},
{
"quote":"The only way to do great work is to love what you do.","author":"Steve Jobs"},
{
"quote":"If you can dream it, you can achieve it.","author":"Zig Ziglar"}
]

423
quotes/es.json Normal file
View File

@@ -0,0 +1,423 @@
[
{
"quote": "La pluma es la lengua del alma.",
"author": "Miguel de Cervantes"
},
{
"quote": "El que quiere interesar a los demás tiene que provocarlos.",
"author": "Salvador Dalí"
},
{
"quote": "Todos los niños nacen artistas. El problema es cómo seguir siendo artistas al crecer.",
"author": "Pablo Picasso"
},
{
"quote": "Una es más auténtica, mientras más se parece a lo que soñó de sí misma.",
"author": "Pedro Almovodar"
},
{
"quote": "Soy el desesperado, la palabra sin ecos, el que lo perdió todo, y el que todo lo tuvo.",
"author": "Pablo Neruda"
},
{
"quote": "Aprender a sonreír es aprender a ser libres.",
"author": "Octavio Paz"
},
{
"quote": "Memoria selectiva para recordar lo bueno, prudencia lógica para no arruinar el presente, y optimismo desafiante para encarar el futuro.",
"author": "Isabel Allende"
},
{
"quote": "¿Se pueden inventar verbos? quiero decirte uno: Yo te cielo, así mis alas se extienden enormes para amarte sin medida.",
"author": "Frida Kalho"
},
{
"quote": "Se necesitan dos años para aprender a hablar y sesenta para aprender a callar.",
"author": "Ernest Hemingway"
},
{
"quote": "No hay que ir para atrás ni para darse impulso.",
"author": "Lao Tsé"
},
{
"quote": "No hay caminos para la paz; la paz es el camino.",
"author": "Mahatma Gandhi"
},
{
"quote": "Haz el amor y no la guerra.",
"author": "John Lennon"
},
{
"quote": "Para trabajar basta estar convencido de una cosa: que trabajar es menos aburrido que divertirse.",
"author": "Charles Baudelaire"
},
{
"quote": "Lo peor que hacen los malos es obligarnos a dudar de los buenos.",
"author": "Jacinto Benavente"
},
{
"quote": "Las guerras seguirán mientras el color de la piel siga siendo más importante que el de los ojos.",
"author": "Bob Marley"
},
{
"quote": "Aprende a vivir y sabrás morir bien.",
"author": "Confucio"
},
{
"quote": "Cada día sabemos más y entendemos menos.",
"author": "Albert Einstein"
},
{
"quote": "El mundo no está en peligro por las malas personas sino por aquellas que permiten la maldad.",
"author": "Albert Einstein"
},
{
"quote": "La medida del amor es amar sin medida.",
"author": "San Agustín"
},
{
"quote": "No hay nada que un hombre no sea capaz de hacer cuando una mujer le mira.",
"author": "Casanova"
},
{
"quote": "Dar el ejemplo no es la principal manera de influir sobre los demás; es la única manera.",
"author": "Albert Einstein"
},
{
"quote": "El dinero no puede comprar la vida.",
"author": "Bob Marley"
},
{
"quote": "Si es bueno vivir, todavía es mejor soñar, y lo mejor de todo, despertar.",
"author": "Antonio Machado"
},
{
"quote": "La mayor declaración de amor es la que no se hace; el hombre que siente mucho, habla poco.",
"author": "Platón"
},
{
"quote": "Si das pescado a un hombre hambriento lo nutres durante una jornada. Si le enseñas a pescar, le nutrirás toda su vida.",
"author": "Lao Tsé"
},
{
"quote": "Vale más actuar exponiéndose a arrepentirse de ello, que arrepentirse de no haber hecho nada.",
"author": "Giovanni Boccaccio"
},
{
"quote": "Ningún hombre es lo bastante bueno para gobernar a otros sin su consentimiento.",
"author": "Abraham Lincoln"
},
{
"quote": "Todo lo que se come sin necesidad se roba al estómago de los pobres.",
"author": "Mahatma Gandhi"
},
{
"quote": "Vivir sola es como estar en una fiesta donde nadie te hace caso.",
"author": "Marilyn Monroe"
},
{
"quote": "El cuerpo humano es el carruaje; el yo, el hombre que lo conduce; el pensamiento son las riendas, y los sentimientos, los caballos.",
"author": "Platón"
},
{
"quote": "Estar preparado es importante, saber esperarlo es aún más, pero aprovechar el momento adecuado es la clave de la vida.",
"author": "Arthur Schnitzler"
},
{
"quote": "No estoy tan enamorado de mis propias opiniones que ignore lo que los demás puedan pensar acerca de ellas.",
"author": "Copérnico"
},
{
"quote": "La más estricta justicia no creo que sea siempre la mejor política.",
"author": "Abraham Lincoln"
},
{
"quote": "El sabio no dice nunca todo lo que piensa, pero siempre piensa todo lo que dice.",
"author": "Aristóteles"
},
{
"quote": "Hay dos cosas que son infinitas: el universo y la estupidez humana; de la primera no estoy muy seguro.",
"author": "Albert Einstein"
},
{
"quote": "El nacimiento y la muerte no son dos estados distintos, sino dos aspectos del mismo estado.",
"author": "Mahatma Gandhi"
},
{
"quote": "Lo que importa verdaderamente en la vida no son los objetivos que nos marcamos, sino los caminos que seguimos para lograrlo.",
"author": "Peter Bamm"
},
{
"quote": "El mundo es bello, pero tiene un defecto llamado hombre.",
"author": "Friedrich Nietzsche"
},
{
"quote": "La pereza viaja tan despacio que la pobreza no tarda en alcanzarla.",
"author": "Benjamin Franklin"
},
{
"quote": "Una velada en que todos los presentes estén absolutamente de acuerdo es una velada perdida.",
"author": "Albert Einstein"
},
{
"quote": "Pienso, luego existo.",
"author": "René Descartes"
},
{
"quote": "Lo que no te mata, te hace más fuerte.",
"author": "Friedrich Nietzsche"
},
{
"quote": "No abras los labios si no estás seguro de que lo que vas a decir es más hermoso que el silencio.",
"author": "Proverbio árabe"
},
{
"quote": "De todos los animales de la creación el hombre es el único que bebe sin tener sed, come sin tener hambre y habla sin tener nada que decir.",
"author": "John Steinbeck"
},
{
"quote": "La esperanza es un estimulante vital muy superior a la suerte.",
"author": "Friedrich Nietzsche"
},
{
"quote": "Un hermano puede no ser un amigo, pero un amigo será siempre un hermano.",
"author": "Benjamin Franklin"
},
{
"quote": "Sólo puede ser feliz siempre el que sepa ser feliz con todo.",
"author": "Confucio"
},
{
"quote": "Ninguna persona merece tus lágrimas, y quien se las merezca no te hará llorar.",
"author": "Gabriel García Márquez"
},
{
"quote": "De humanos es errar y de necios permanecer en el error.",
"author": "Marco Tulio Cicerón"
},
{
"quote": "Algunas personas son tan falsas que ya no distinguen que lo que piensan es justamente lo contrario de lo que dicen.",
"author": "Marcel Aymé"
},
{
"quote": "La verdadera sabiduría está en reconocer la propia ignorancia.",
"author": "Sócrates"
},
{
"quote": "La peor experiencia es la mejor maestra.",
"author": "Kovo"
},
{
"quote": "La Educación es el pasaporte hacia el futuro, el mañana pertenece a aquellos que se preparan para él en el día de hoy.",
"author": "Malcolm X"
},
{
"quote": "Los amigos se convierten con frecuencia en ladrones de nuestro tiempo.",
"author": "Platón"
},
{
"quote": "No permitas que ningún ser humano te haga caer tan bajo como para odiarle.",
"author": "Martin Luther King"
},
{
"quote": "El pesimista se queja del viento; el optimista espera que cambie; el realista ajusta las velas.",
"author": "William George Ward"
},
{
"quote": "Un amigo de todos es una amigo de nadie.",
"author": "Aristóteles"
},
{
"quote": "Hace falta toda una vida para aprender a vivir.",
"author": "Séneca"
},
{
"quote": "Son dolor no hay resultado.",
"author": "Benjamin Franklin"
},
{
"quote": "Estos son mis principios y si no te gustan, tengo otros.",
"author": "Groucho Marx"
},
{
"quote": "La política es el arte de buscar problemas, encontrarlos, realizar un diagnóstico falso y aplicar después remedios equivocados.",
"author": "Groucho Marx"
},
{
"quote": "Los verdaderos líderes deben estar dispuestos a sacrificarlo todo por la libertad de su pueblo.",
"author": "Nelson Mandela"
},
{
"quote": "Es mejor permanecer callado y parecer tonto que hablar y despejar las dudas definitivamente.",
"author": "Groucho Marx"
},
{
"quote": "Aquel que más posee, más miedo tiene de perderlo.",
"author": "Leonardo Da Vinci"
},
{
"quote": "La inspiración existe, pero tiene que encontrarte trabajando.",
"author": "Pablo Picasso"
},
{
"quote": "Incluso la gente que afirma que no podemos hacer nada para cambiar nuestro destino, mira antes de cruzar la calle.",
"author": "Stephen Hawking"
},
{
"quote": "Ojo por ojo y el mundo acabará ciego.",
"author": "Mahatma Gandhi"
},
{
"quote": "Vive como si fueras a morir mañana; aprende como si el mundo fuera a durar para siempre.",
"author": "Mahatma Gandhi"
},
{
"quote": "Solo sé que no sé nada.",
"author": "Sócrates"
},
{
"quote": "Nunca rompas el silencio si no es para mejorarlo.",
"author": "Ludwig van Beethoven"
},
{
"quote": "Puedes engañar a todo el mundo algún tiempo. Puedes engañar a algunos todo el tiempo. Pero no puedes engañar a todo el mundo todo el tiempo.",
"author": "Abraham Lincoln"
},
{
"quote": "La mejor manera de librarse de la tentación es caer en ella.",
"author": "Oscar Wilde"
},
{
"quote": "La duda es la madre de la invención.",
"author": "Galileo Galilei"
},
{
"quote": "Podrán cortar todas las flores, pero no podrán detener la primavera.",
"author": "Pablo Neruda"
},
{
"quote": "Es tan corto el amor y tan largo el olvido.",
"author": "Pablo Neruda"
},
{
"quote": "Uno llega a ser grande por lo que lee y no por lo que escribe.",
"author": "Jorge Luis Borges"
},
{
"quote": "Uno es dueño de lo que calla y esclavo de lo que habla.",
"author": "Sigmund Freud"
},
{
"quote": "El único hombre que no se equivoca es el que nunca hace nada.",
"author": "Goethe"
},
{
"quote": "Vale más hacer y arrepentirse, que no hacer y arrepentirse.",
"author": "Maquiavelo"
},
{
"quote": "Si quieres cambiar al mundo, cámbiate a ti mismo.",
"author": "Mahatma Gandhi"
},
{
"quote": "Un amigo fiel es un alma en dos cuerpos.",
"author": "Aristóteles"
},
{
"quote": "La vida no es sino una continua sucesión de oportunidades para sobrevivir.",
"author": "Gabriel García Márquez"
},
{
"quote": "Se necesita poco para hacer las cosas bien, pero menos aún para hacerlas mal.",
"author": "Paul Bocuse"
},
{
"quote": "Con veinte años todos tienen el rostro que Dios les ha dado; con cuarenta el rostro que les ha dado la vida y con sesenta el que se merecen.",
"author": "Albert Schweitzer"
},
{
"quote": "El amor no tiene cura, pero es la única medicina para todos los males.",
"author": "Konrad Adenauer"
},
{
"quote": "No hay camino para la verdad, la verdad es el camino.",
"author": "Mahatma Gandhi"
},
{
"quote": "El éxito tiene muchos padres, pero el fracaso es huérfano.",
"author": "John Fitzgerald Kennedy"
},
{
"quote": "Quien no haya sufrido lo que yo, que no me de consejos.",
"author": "Sófocles"
},
{
"quote": "La vida es un diez por ciento como la hacemos y un noventa por ciento como la tomamos.",
"author": "Irving Berlín"
},
{
"quote": "El hombre que más ha vivido no es aquél que más años ha cumplido, sino aquel que más ha experimentado la vida.",
"author": "Jean Jacques Rousseau"
},
{
"quote": "En los momentos de crisis, solo la imaginación es más importante que el conocimiento.",
"author": "Albert Einstein"
},
{
"quote": "Nuestros hijos no tendrán tiempo para discutir sobre el cambio climático. Solo podrán convivir con sus efectos.",
"author": "Barack Obama"
},
{
"quote": "Si quieres cambiar el mundo, toma tu pluma y escribe.",
"author": "Martín Lutero"
},
{
"quote": "Hay verdades que no son para todos los hombres, ni para todos los tiempos.",
"author": "Voltaire"
},
{
"quote": "Sé el cambio que quieres ver en el mundo.",
"author": "Mahatma Gandhi"
},
{
"quote": "La raíz del sufrimiento es el apego.",
"author": "Buda"
},
{
"quote": "La religión es el opio del pueblo.",
"author": "Karl Marx"
},
{
"quote": "Hay dos clases de hombres: quienes hacen la historia y quienes la padecen.",
"author": "Camilo José Cela"
},
{
"quote": "La verdad es siempre revolucionaria.",
"author": "Vladimir Lenin"
},
{
"quote": "La peor lucha es la que no se hace.",
"author": "Karl Marx"
},
{
"quote": "Vence la ira con serenidad. Vence la maldad con bondad. Vence el egoísmo con generosidad. Vence la deshonestidad con verdad.",
"author": "Buda"
},
{
"quote": "Hay dos maneras de vivir su vida: una como si nada es un milagro, la otra es como si todo es un milagro.",
"author": "Albert Einstein"
},
{
"quote": "La historia se repite, ese es uno de los errores de la historia.",
"author": "Charles Darwin"
},
{
"quote": "La felicidad se alcanza cuando lo que uno piensa, lo que uno dice y lo que uno hace están en armonía.",
"author": "Mahatma Gandhi"
},
{
"quote": "Los pecados escriben la historia, el bien es silencioso.",
"author": "Goethe"
}
]

View File

@@ -1,4 +0,0 @@
[
{"quote": "La pluma es la lengua del alma.", "author": "Miguel de Cervantes"},
{"quote": "Todos los niños nacen artistas. El problema es cómo seguir siendo artistas al crecer.", "Pablo Picasso"}
]

705
voices.txt Normal file
View File

@@ -0,0 +1,705 @@
<Voice id=gmw/af
name=Afrikaans
languages=['af']
gender=Male
age=None>
<Voice id=sem/am
name=Amharic
languages=['am']
gender=Male
age=None>
<Voice id=roa/an
name=Aragonese
languages=['an']
gender=Male
age=None>
<Voice id=sem/ar
name=Arabic
languages=['ar']
gender=Male
age=None>
<Voice id=inc/as
name=Assamese
languages=['as']
gender=Male
age=None>
<Voice id=trk/az
name=Azerbaijani
languages=['az']
gender=Male
age=None>
<Voice id=trk/ba
name=Bashkir
languages=['ba']
gender=Male
age=None>
<Voice id=zle/be
name=Belarusian
languages=['be']
gender=Male
age=None>
<Voice id=zls/bg
name=Bulgarian
languages=['bg']
gender=Male
age=None>
<Voice id=inc/bn
name=Bengali
languages=['bn']
gender=Male
age=None>
<Voice id=inc/bpy
name=Bishnupriya Manipuri
languages=['bpy']
gender=Male
age=None>
<Voice id=zls/bs
name=Bosnian
languages=['bs']
gender=Male
age=None>
<Voice id=roa/ca
name=Catalan
languages=['ca']
gender=Male
age=None>
<Voice id=roa/ca-ba
name=Catalan (Balearic)
languages=['ca-ba']
gender=Male
age=None>
<Voice id=roa/ca-nw
name=Catalan (North-western)
languages=['ca-nw']
gender=Male
age=None>
<Voice id=roa/ca-va
name=Catalan (Valencian)
languages=['ca-va']
gender=Male
age=None>
<Voice id=iro/chr
name=Cherokee
languages=['chr-US-Qaaa-x-west']
gender=Male
age=None>
<Voice id=sit/cmn
name=Chinese (Mandarin, latin as English)
languages=['cmn']
gender=Male
age=None>
<Voice id=sit/cmn-latn-pinyin
name=Chinese (Mandarin, latin as Pinyin)
languages=['cmn-latn-pinyin']
gender=Male
age=None>
<Voice id=zlw/cs
name=Czech
languages=['cs']
gender=Male
age=None>
<Voice id=trk/cv
name=Chuvash
languages=['cv']
gender=Male
age=None>
<Voice id=cel/cy
name=Welsh
languages=['cy']
gender=Male
age=None>
<Voice id=gmq/da
name=Danish
languages=['da']
gender=Male
age=None>
<Voice id=gmw/de
name=German
languages=['de']
gender=Male
age=None>
<Voice id=grk/el
name=Greek
languages=['el']
gender=Male
age=None>
<Voice id=gmw/en-029
name=English (Caribbean)
languages=['en-029']
gender=Male
age=None>
<Voice id=gmw/en
name=English (Great Britain)
languages=['en-gb']
gender=Male
age=None>
<Voice id=gmw/en-gb-scotland
name=English (Scotland)
languages=['en-gb-scotland']
gender=Male
age=None>
<Voice id=gmw/en-gb-x-gbclan
name=English (Lancaster)
languages=['en-gb-x-gbclan']
gender=Male
age=None>
<Voice id=gmw/en-gb-x-gbcwmd
name=English (West Midlands)
languages=['en-gb-x-gbcwmd']
gender=Male
age=None>
<Voice id=gmw/en-gb-x-rp
name=English (Received Pronunciation)
languages=['en-gb-x-rp']
gender=Male
age=None>
<Voice id=gmw/en-shaw
name=English (Shavian alphabet)
languages=['en-shaw']
gender=Male
age=None>
<Voice id=gmw/en-us
name=English (America)
languages=['en-us']
gender=Male
age=None>
<Voice id=gmw/en-us-nyc
name=English (America, New York City)
languages=['en-us-nyc']
gender=Male
age=None>
<Voice id=art/eo
name=Esperanto
languages=['eo']
gender=Male
age=None>
<Voice id=roa/es
name=Spanish (Spain)
languages=['es']
gender=Male
age=None>
<Voice id=roa/es-419
name=Spanish (Latin America)
languages=['es-419']
gender=Male
age=None>
<Voice id=urj/et
name=Estonian
languages=['et']
gender=Male
age=None>
<Voice id=eu
name=Basque
languages=['eu']
gender=Male
age=None>
<Voice id=ira/fa
name=Persian
languages=['fa']
gender=Male
age=None>
<Voice id=ira/fa-latn
name=Persian (Pinglish)
languages=['fa-latn']
gender=Male
age=None>
<Voice id=urj/fi
name=Finnish
languages=['fi']
gender=Male
age=None>
<Voice id=gmq/fo
name=Faroese
languages=['fo']
gender=Male
age=None>
<Voice id=roa/fr-be
name=French (Belgium)
languages=['fr-be']
gender=Male
age=None>
<Voice id=roa/fr-ch
name=French (Switzerland)
languages=['fr-ch']
gender=Male
age=None>
<Voice id=roa/fr
name=French (France)
languages=['fr-fr']
gender=Male
age=None>
<Voice id=cel/ga
name=Gaelic (Irish)
languages=['ga']
gender=Male
age=None>
<Voice id=cel/gd
name=Gaelic (Scottish)
languages=['gd']
gender=Male
age=None>
<Voice id=sai/gn
name=Guarani
languages=['gn']
gender=Male
age=None>
<Voice id=grk/grc
name=Greek (Ancient)
languages=['grc']
gender=Male
age=None>
<Voice id=inc/gu
name=Gujarati
languages=['gu']
gender=Male
age=None>
<Voice id=sit/hak
name=Hakka Chinese
languages=['hak']
gender=Male
age=None>
<Voice id=map/haw
name=Hawaiian
languages=['haw']
gender=Male
age=None>
<Voice id=sem/he
name=Hebrew
languages=['he']
gender=Male
age=None>
<Voice id=inc/hi
name=Hindi
languages=['hi']
gender=Male
age=None>
<Voice id=zls/hr
name=Croatian
languages=['hr']
gender=Male
age=None>
<Voice id=roa/ht
name=Haitian Creole
languages=['ht']
gender=Male
age=None>
<Voice id=urj/hu
name=Hungarian
languages=['hu']
gender=Male
age=None>
<Voice id=ine/hy
name=Armenian (East Armenia)
languages=['hy']
gender=Male
age=None>
<Voice id=ine/hyw
name=Armenian (West Armenia)
languages=['hyw']
gender=Male
age=None>
<Voice id=art/ia
name=Interlingua
languages=['ia']
gender=Male
age=None>
<Voice id=poz/id
name=Indonesian
languages=['id']
gender=Male
age=None>
<Voice id=art/io
name=Ido
languages=['io']
gender=Male
age=None>
<Voice id=gmq/is
name=Icelandic
languages=['is']
gender=Male
age=None>
<Voice id=roa/it
name=Italian
languages=['it']
gender=Male
age=None>
<Voice id=jpx/ja
name=Japanese
languages=['ja']
gender=Male
age=None>
<Voice id=art/jbo
name=Lojban
languages=['jbo']
gender=Male
age=None>
<Voice id=ccs/ka
name=Georgian
languages=['ka']
gender=Male
age=None>
<Voice id=trk/kaa
name=Karakalpak
languages=['kaa']
gender=Male
age=None>
<Voice id=trk/kk
name=Kazakh
languages=['kk']
gender=Male
age=None>
<Voice id=esx/kl
name=Greenlandic
languages=['kl']
gender=Male
age=None>
<Voice id=dra/kn
name=Kannada
languages=['kn']
gender=Male
age=None>
<Voice id=ko
name=Korean
languages=['ko']
gender=Male
age=None>
<Voice id=inc/kok
name=Konkani
languages=['kok']
gender=Male
age=None>
<Voice id=ira/ku
name=Kurdish
languages=['ku']
gender=Male
age=None>
<Voice id=trk/ky
name=Kyrgyz
languages=['ky']
gender=Male
age=None>
<Voice id=itc/la
name=Latin
languages=['la']
gender=Male
age=None>
<Voice id=gmw/lb
name=Luxembourgish
languages=['lb']
gender=Male
age=None>
<Voice id=art/lfn
name=Lingua Franca Nova
languages=['lfn']
gender=Male
age=None>
<Voice id=bat/lt
name=Lithuanian
languages=['lt']
gender=Male
age=None>
<Voice id=bat/ltg
name=Latgalian
languages=['ltg']
gender=Male
age=None>
<Voice id=bat/lv
name=Latvian
languages=['lv']
gender=Male
age=None>
<Voice id=poz/mi
name=Māori
languages=['mi']
gender=Male
age=None>
<Voice id=zls/mk
name=Macedonian
languages=['mk']
gender=Male
age=None>
<Voice id=dra/ml
name=Malayalam
languages=['ml']
gender=Male
age=None>
<Voice id=inc/mr
name=Marathi
languages=['mr']
gender=Male
age=None>
<Voice id=poz/ms
name=Malay
languages=['ms']
gender=Male
age=None>
<Voice id=sem/mt
name=Maltese
languages=['mt']
gender=Male
age=None>
<Voice id=miz/mto
name=Totontepec Mixe
languages=['mto']
gender=Male
age=None>
<Voice id=sit/my
name=Myanmar (Burmese)
languages=['my']
gender=Male
age=None>
<Voice id=gmq/nb
name=Norwegian Bokmål
languages=['nb']
gender=Male
age=None>
<Voice id=azc/nci
name=Nahuatl (Classical)
languages=['nci']
gender=Male
age=None>
<Voice id=inc/ne
name=Nepali
languages=['ne']
gender=Male
age=None>
<Voice id=gmw/nl
name=Dutch
languages=['nl']
gender=Male
age=None>
<Voice id=trk/nog
name=Nogai
languages=['nog']
gender=Male
age=None>
<Voice id=cus/om
name=Oromo
languages=['om']
gender=Male
age=None>
<Voice id=inc/or
name=Oriya
languages=['or']
gender=Male
age=None>
<Voice id=inc/pa
name=Punjabi
languages=['pa']
gender=Male
age=None>
<Voice id=roa/pap
name=Papiamento
languages=['pap']
gender=Male
age=None>
<Voice id=art/piqd
name=Klingon
languages=['piqd']
gender=Male
age=None>
<Voice id=zlw/pl
name=Polish
languages=['pl']
gender=Male
age=None>
<Voice id=roa/pt
name=Portuguese (Portugal)
languages=['pt']
gender=Male
age=None>
<Voice id=roa/pt-br
name=Portuguese (Brazil)
languages=['pt-br']
gender=Male
age=None>
<Voice id=art/py
name=Pyash
languages=['py']
gender=Male
age=None>
<Voice id=art/qdb
name=Lang Belta
languages=['qdb']
gender=Male
age=None>
<Voice id=qu
name=Quechua
languages=['qu']
gender=Male
age=None>
<Voice id=myn/quc
name=K'iche'
languages=['quc']
gender=Male
age=None>
<Voice id=art/qya
name=Quenya
languages=['qya']
gender=Male
age=None>
<Voice id=roa/ro
name=Romanian
languages=['ro']
gender=Male
age=None>
<Voice id=zle/ru
name=Russian
languages=['ru']
gender=Male
age=None>
<Voice id=zle/ru-cl
name=Russian (Classic)
languages=['ru-cl']
gender=Male
age=None>
<Voice id=zle/ru-lv
name=Russian (Latvia)
languages=['ru-lv']
gender=Male
age=None>
<Voice id=inc/sd
name=Sindhi
languages=['sd']
gender=Male
age=None>
<Voice id=tai/shn
name=Shan (Tai Yai)
languages=['shn']
gender=Male
age=None>
<Voice id=inc/si
name=Sinhala
languages=['si']
gender=Male
age=None>
<Voice id=art/sjn
name=Sindarin
languages=['sjn']
gender=Male
age=None>
<Voice id=zlw/sk
name=Slovak
languages=['sk']
gender=Male
age=None>
<Voice id=zls/sl
name=Slovenian
languages=['sl']
gender=Male
age=None>
<Voice id=urj/smj
name=Lule Saami
languages=['smj']
gender=Male
age=None>
<Voice id=ine/sq
name=Albanian
languages=['sq']
gender=Male
age=None>
<Voice id=zls/sr
name=Serbian
languages=['sr']
gender=Male
age=None>
<Voice id=gmq/sv
name=Swedish
languages=['sv']
gender=Male
age=None>
<Voice id=bnt/sw
name=Swahili
languages=['sw']
gender=Male
age=None>
<Voice id=dra/ta
name=Tamil
languages=['ta']
gender=Male
age=None>
<Voice id=dra/te
name=Telugu
languages=['te']
gender=Male
age=None>
<Voice id=tai/th
name=Thai
languages=['th']
gender=Male
age=None>
<Voice id=sem/ti
name=Tigrinya
languages=['ti']
gender=Male
age=None>
<Voice id=trk/tk
name=Turkmen
languages=['tk']
gender=Male
age=None>
<Voice id=bnt/tn
name=Setswana
languages=['tn']
gender=Male
age=None>
<Voice id=trk/tr
name=Turkish
languages=['tr']
gender=Male
age=None>
<Voice id=trk/tt
name=Tatar
languages=['tt']
gender=Male
age=None>
<Voice id=trk/ug
name=Uyghur
languages=['ug']
gender=Male
age=None>
<Voice id=zle/uk
name=Ukrainian
languages=['uk']
gender=Male
age=None>
<Voice id=inc/ur
name=Urdu
languages=['ur']
gender=Male
age=None>
<Voice id=trk/uz
name=Uzbek
languages=['uz']
gender=Male
age=None>
<Voice id=aav/vi
name=Vietnamese (Northern)
languages=['vi']
gender=Male
age=None>
<Voice id=aav/vi-vn-x-central
name=Vietnamese (Central)
languages=['vi-vn-x-central']
gender=Male
age=None>
<Voice id=aav/vi-vn-x-south
name=Vietnamese (Southern)
languages=['vi-vn-x-south']
gender=Male
age=None>
<Voice id=art/xex
name=xextan-test
languages=['xex']
gender=Male
age=None>
<Voice id=sit/yue
name=Chinese (Cantonese)
languages=['yue']
gender=Male
age=None>
<Voice id=sit/yue-latn-jyutping
name=Chinese (Cantonese, latin as Jyutping)
languages=['yue']
gender=Male
age=None>