473,467 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Teacher Needing Help with worksheet generator

1 New Member
I am an educator and have created about 7 different templates for spelling worksheets. I have over 100 word lists that need to transfer onto each template type (worksheet). Without taking hours to type in word lists, I was trying to figure how to do this through a database format, so I can type in the word list and print out what I need. I have to have certain graphics and fonts for handwriting, which I have selected, but I am not sure how to create what I need to come out on these forms or where to begin. Any advice/help would be appreciated.
Jun 16 '19 #1
1 1646
zmbd
5,501 Recognized Expert Moderator Expert
Welcome to Bytes.com!

There are software packages available to educators that do this exact type of work. Have you taken a look to make sure that there isn't something that's already out there for your lessons? Often re-inventing the wheel is a lot more work than people think it is!

Let me be right up front, normally we're not about walking thru a project from the ground-up. Normally what we do here is help work thru the rough spots - think of this as you would "office hours" for a prof at university. What we are not is a code/application service.

With that said - many of us have a soft spot for teachers and non-profits/charities; especially, when the person we're working with is willing to put in the hours to build the project. Too much "good" comes into this world from the people in these positions to let them dangle in the wind.

Therefor, to give your project the best chance we need a lot more detail about the tools you have on hand. Basically, what you've done is walked into the First year primary English teacher's office and said you need help with your third year college mathematics lessons (well, some English teachers could do this...).

Better yet - let's start with some basic information to give our experts the best overview to see if they want to take on such a huge project:
  • How strong are you in programing and database design?
  • What programing and database languages/formats do you know?
  • Available Operating system (Windows(version), Mac, etc)
  • Available Software tools (OFFICE2016 Enterprise (32bit install) or you could be using OpenOffice, VisualStudio etc...)?
  • What format are you using for your templates (Adobe, Word, etc...)?
  • What format are your word lists in (CSV, XML, TXT, etc...)?
  • You mention special Fonts: these are the hard ones as fonts are often system/OS specific and can be difficult to format on the fly. Some fonts are copyrighted for private/non-commercial use only which could preclude even educational usage without proper licensing.
  • Graphics - here again we can get into some difficulties depending on the software being used and where the graphics are stored. You can also get into copyright issues so make sure you have that squared away before you start mass printing documents
Jun 16 '19 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

72
by: Raymond Hettinger | last post by:
Peter Norvig's creative thinking triggered renewed interest in PEP 289. That led to a number of contributors helping to re-work the pep details into a form that has been well received on the...
17
by: Andrae Muys | last post by:
Found myself needing serialised access to a shared generator from multiple threads. Came up with the following def serialise(gen): lock = threading.Lock() while 1: lock.acquire() try: next...
45
by: Joh | last post by:
hello, i'm trying to understand how i could build following consecutive sets from a root one using generator : l = would like to produce : , , , ,
13
by: snacktime | last post by:
I need to convert a generator expression to a list expression so it will work under python 2.3. I rewrote this: for c in range(128): even_odd = (sum(bool(c & 1<<b) for b in range(8))) & 1 ...
12
by: Thomas Lotze | last post by:
Hi, I'm trying to figure out what is the most pythonic way to interact with a generator. The task I'm trying to accomplish is writing a PDF tokenizer, and I want to implement it as a Python...
5
by: Jerzy Karczmarczuk | last post by:
I thought that the following sequence gl=0 def gen(x): global gl gl=x yield x s=gen(1)
18
by: John Salerno | last post by:
Ok, I wrote this all by myself, which explains why it doesn't work. It is meant to take a number and generate the next number that follows according to the Morris sequence. It works for a single...
20
by: Chris Withers | last post by:
Hi All, The following piece of code is giving me issues: from email.Charset import Charset,QP from email.MIMEText import MIMEText charset = Charset('utf-8') charset.body_encoding = QP msg =...
1
by: cokofreedom | last post by:
if __name__ == '__main__': print "Globals (For Loop):" try: for i in globals(): print "\t%s" % i except RuntimeError: print "Only some globals() printed\n" else: print "All globals()...
0
by: Max58kl | last post by:
I am trying to run a script that generates thumbnail images of websites. When I run the script I get the following error message. Fatal error: Class 'COM' not found in...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.